guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: Add r-biocthis.


From: guix-commits
Subject: 13/13: gnu: Add r-biocthis.
Date: Tue, 7 Sep 2021 06:11:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7ca0a0f0e73dbda375d6081604c61a8cb5b1919e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 12:08:17 2021 +0200

    gnu: Add r-biocthis.
    
    * gnu/packages/bioconductor.scm (r-biocthis): New variable.
---
 gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 18571d5..c78e025 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14014,6 +14014,35 @@ Functions are also provided to enable smooth 
interoperability of multiple
 Python environments in a single R session.")
     (license license:gpl3)))
 
+(define-public r-biocthis
+  (package
+    (name "r-biocthis")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "biocthis" version))
+       (sha256
+        (base32
+         "08awghsg7q22csb0j9dr8dpb1vkn9gcs9qnhhljxifkw2ahbqia4"))))
+    (properties `((upstream-name . "biocthis")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-biocmanager" ,r-biocmanager)
+       ("r-fs" ,r-fs)
+       ("r-glue" ,r-glue)
+       ("r-rlang" ,r-rlang)
+       ("r-styler" ,r-styler)
+       ("r-usethis" ,r-usethis)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/lcolladotor/biocthis";)
+    (synopsis "Automate package and project setup for Bioconductor packages")
+    (description
+     "This package expands the @code{usethis} package with the goal of helping
+automate the process of creating R packages for Bioconductor or making them
+Bioconductor-friendly.")
+    (license license:artistic2.0)))
+
 (define-public r-tximeta
   (package
     (name "r-tximeta")



reply via email to

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