From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 74122@debbugs.gnu.org
Subject: [bug#74122] [PATCH] gnu: Add r-imola.
Date: Wed, 30 Oct 2024 21:46:30 +0000 [thread overview]
Message-ID: <CH3PR02MB97464B3A7903BF6D1CDBCCE890542@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
[-- 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
reply other threads:[~2024-10-30 21:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CH3PR02MB97464B3A7903BF6D1CDBCCE890542@CH3PR02MB9746.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=74122@debbugs.gnu.org \
--cc=spencer.king@wustl.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.