all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: "74122@debbugs.gnu.org" <74122@debbugs.gnu.org>
Cc: Ricardo Wurmus <rekado@elephly.net>,
	"laurent.gatto@gmail.com" <laurent.gatto@gmail.com>,
	"zimon.toutoune@gmail.com" <zimon.toutoune@gmail.com>
Subject: [bug#74122]
Date: Thu, 9 Jan 2025 07:01:47 +0000	[thread overview]
Message-ID: <CH3PR02MB974625AE198082E4ADC21E8B90132@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
In-Reply-To: <CH3PR02MB97464B3A7903BF6D1CDBCCE890542@CH3PR02MB9746.namprd02.prod.outlook.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


  reply	other threads:[~2025-01-09  7:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2025-01-23 15:14   ` Ricardo Wurmus

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=CH3PR02MB974625AE198082E4ADC21E8B90132@CH3PR02MB9746.namprd02.prod.outlook.com \
    --to=guix-patches@gnu.org \
    --cc=74122@debbugs.gnu.org \
    --cc=laurent.gatto@gmail.com \
    --cc=rekado@elephly.net \
    --cc=spencer.king@wustl.edu \
    --cc=zimon.toutoune@gmail.com \
    /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.