guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/18: gnu: Add r-cellranger.


From: Ricardo Wurmus
Subject: 02/18: gnu: Add r-cellranger.
Date: Mon, 28 Nov 2016 21:43:45 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit d427e03eee99461ade0df4837bc2e7c20c397f10
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 24 14:56:05 2016 +0100

    gnu: Add r-cellranger.
    
    * gnu/packages/statistics.scm (r-cellranger): New variable.
---
 gnu/packages/statistics.scm |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 612ea53..cec304d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3292,6 +3292,28 @@ matches and captured groups from the match of a regular 
expression to a
 character vector.")
     (license license:expat)))
 
+(define-public r-cellranger
+  (package
+    (name "r-cellranger")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "cellranger" version))
+       (sha256
+        (base32
+         "16fgi3annn34c3cxi0pxf62mmmmxi21hp0zzlv7bkfsjqy4g4f2x"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-rematch" ,r-rematch)
+       ("r-tibble" ,r-tibble)))
+    (home-page "https://github.com/rsheets/cellranger";)
+    (synopsis "Translate spreadsheet cell ranges to rows and columns")
+    (description
+     "This package provides helper functions to work with spreadsheets and the
address@hidden:D10} style of cell range specification.")
+    (license license:expat)))
+
 (define-public r-rpart
   (package
     (name "r-rpart")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]