summaryrefslogtreecommitdiff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorKing, Spencer <spencer.king@wustl.edu>2024-10-30 21:46:30 +0000
committerRicardo Wurmus <rekado@elephly.net>2025-01-23 16:13:29 +0100
commit582b1e16ffaa9e7066cee76c642e39278afeb6cd (patch)
treec1d06790a579d08f6ea18068b3b4c460db9729cb /gnu/packages/cran.scm
parentb895948fff9738135d8ae7c6ce91dcde47fbc6c7 (diff)
gnu: Add r-imola.
* gnu/packages/cran.scm (r-imola): New variable. Change-Id: I190847c8f80261c77954db242511a4e05a566695 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r--gnu/packages/cran.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f771c7b03e6..5f3594fe413 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10384,6 +10384,32 @@ experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
10384by Li, Brown, Huang, and Bickel") 10384by Li, Brown, Huang, and Bickel")
10385 (license license:gpl2+))) 10385 (license license:gpl2+)))
10386 10386
10387(define-public r-imola
10388 (package
10389 (name "r-imola")
10390 (version "0.5.0")
10391 (source
10392 (origin
10393 (method url-fetch)
10394 (uri (cran-uri "imola" version))
10395 (sha256
10396 (base32 "087zdzn1vkyvqrdlwnackr6jyacrhg69q4b77s8z477kplickw8x"))))
10397 (properties `((upstream-name . "imola")))
10398 (build-system r-build-system)
10399 (propagated-inputs (list r-glue
10400 r-htmltools
10401 r-magrittr
10402 r-shiny
10403 r-stringi
10404 r-yaml))
10405 (native-inputs (list r-knitr))
10406 (home-page "https://github.com/pedrocoutinhosilva/imola")
10407 (synopsis "CSS layouts (grid and flexbox) for R/Shiny")
10408 (description
10409 "This package allows users to create CSS grid and flexbox layouts for
10410R/Shiny without needing to write custom CSS.")
10411 (license license:expat)))
10412
10387(define-public r-inext 10413(define-public r-inext
10388 (package 10414 (package
10389 (name "r-inext") 10415 (name "r-inext")