* [bug#74122] [PATCH] gnu: Add r-imola.
@ 2024-10-30 21:46 King, Spencer via Guix-patches via
2025-01-09 7:01 ` [bug#74122] King, Spencer via Guix-patches via
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* [bug#74122]
2024-10-30 21:46 [bug#74122] [PATCH] gnu: Add r-imola King, Spencer via Guix-patches via
@ 2025-01-09 7:01 ` King, Spencer via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: King, Spencer via Guix-patches via @ 2025-01-09 7:01 UTC (permalink / raw)
To: 74122@debbugs.gnu.org
Cc: Ricardo Wurmus, laurent.gatto@gmail.com, zimon.toutoune@gmail.com
[-- Attachment #1: Type: text/plain, Size: 128 bytes --]
I've updated the patch to include r-testthat as a native-input and have confirmed the package builds on HEAD. CC'ing the R team.
[-- Attachment #2: 0001-gnu-Add-r-imola.patch --]
[-- Type: application/octet-stream, Size: 1826 bytes --]
From ec3261cbb92b14225d4bfb7c7cca74aec55ca7eb Mon Sep 17 00:00:00 2001
Message-Id: <ec3261cbb92b14225d4bfb7c7cca74aec55ca7eb.1736405390.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 9 Jan 2025 06:49:37 +0000
Subject: [PATCH] gnu: Add r-imola.
* gnu/packages/cran.scm (r-imola): New variable.
Change-Id: I0ecb417fe7dd1c9e1961ccc304a914bff50e87bd
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 98597e3bbe..da8db066fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10215,6 +10215,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 r-testthat))
+ (home-page "https://github.com/pedrocoutinhosilva/imola")
+ (synopsis "CSS Layouts (Grid and Flexbox) Implementation 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: 981af9992881b7395692bd6233722464d173a51f
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-09 7:02 UTC | newest]
Thread overview: 2+ messages (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
2025-01-09 7:01 ` [bug#74122] 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.