all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54620] [PATCH 1/3] Add r-rafalib
@ 2022-03-29  7:00 Hong.Li
  2022-03-29  7:03 ` [bug#54620] [PATCH 2/3] Add r-stager Hong.Li
  2022-03-29  7:04 ` [bug#54620] [PATCH 3/3] Add r-rnaseqdtu Hong.Li
  0 siblings, 2 replies; 4+ messages in thread
From: Hong.Li @ 2022-03-29  7:00 UTC (permalink / raw)
  To: 54620; +Cc: rekado@elephly.net


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 368 bytes --]

[-- Attachment #2: 0001-Add-r-rafalib.patch --]
[-- Type: application/octet-stream, Size: 1345 bytes --]

From 5d7cc7fa04bfe2b63dcaeed90359b81fd7ed0679 Mon Sep 17 00:00:00 2001
From: "Li, Hong" <hong.li@mdc-berlin.de>
Date: Mon, 28 Mar 2022 11:39:39 +0200
Subject: [PATCH 1/3] Add r-rafalib

---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 23645faa8a..e595de6c2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7464,6 +7464,26 @@ files.")
 environment within Shiny.")
     (license license:expat)))
 
+(define-public r-rafalib
+  (package
+    (name "r-rafalib")
+    (version "1.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "rafalib" version))
+        (sha256
+          (base32 "1dmxjl66bfdgrybhwyaa8d4i460liqcdw8b29a6w7shgksh29m0k"))))
+    (properties `((upstream-name . "rafalib")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-rcolorbrewer))
+    (home-page "https://cran.r-project.org/package=rafalib")
+    (synopsis "Convenience Functions for Routine Data Exploration")
+    (description
+      "This package provides a series of shortcuts for routine tasks originally
+developed by Rafael A.  Irizarry to facilitate data exploration.")
+    (license license:artistic2.0)))
+
 (define-public r-randomizr
   (package
     (name "r-randomizr")
-- 
2.26.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-06 10:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29  7:00 [bug#54620] [PATCH 1/3] Add r-rafalib Hong.Li
2022-03-29  7:03 ` [bug#54620] [PATCH 2/3] Add r-stager Hong.Li
2022-03-29  7:04 ` [bug#54620] [PATCH 3/3] Add r-rnaseqdtu Hong.Li
2022-04-06 10:10   ` bug#54620: " Ricardo Wurmus

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.