* [bug#74122] [PATCH] gnu: Add r-imola.
@ 2024-10-30 21:46 King, Spencer via Guix-patches via
0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-10-30 21:46 UTC (permalink / raw)
To: 74122
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-Add-r-imola.patch --]
[-- Type: application/octet-stream, Size: 1799 bytes --]
From 90098d1e6b02f33f2e197de9dc00f2d93dc6da4f Mon Sep 17 00:00:00 2001
Message-Id: <90098d1e6b02f33f2e197de9dc00f2d93dc6da4f.1730324700.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Wed, 30 Oct 2024 21:44:34 +0000
Subject: [PATCH] gnu: Add r-imola.
* gnu/packages/cran.scm (r-imola): New variable.
Change-Id: I190847c8f80261c77954db242511a4e05a566695
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 717e4eac89..35b2d82342 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8725,6 +8725,32 @@ (define-public r-idr
by Li, Brown, Huang, and Bickel")
(license license:gpl2+)))
+(define-public r-imola
+ (package
+ (name "r-imola")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "imola" version))
+ (sha256
+ (base32 "087zdzn1vkyvqrdlwnackr6jyacrhg69q4b77s8z477kplickw8x"))))
+ (properties `((upstream-name . "imola")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-glue
+ r-htmltools
+ r-magrittr
+ r-shiny
+ r-stringi
+ r-yaml))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/pedrocoutinhosilva/imola")
+ (synopsis "CSS layouts (grid and flexbox) for R/Shiny")
+ (description
+ "This package allows users to create CSS grid and flexbox layouts for R/Shiny
+without needing to write custom CSS.")
+ (license license:expat)))
+
(define-public r-inext
(package
(name "r-inext")
base-commit: a9c33e9f688fce88aed610ab04c650efb71b4ce6
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-30 21:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 21:46 [bug#74122] [PATCH] gnu: Add r-imola King, Spencer via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.