[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/138: gnu: r-valr: Update to 0.6.4.
From: |
guix-commits |
Subject: |
06/138: gnu: r-valr: Update to 0.6.4. |
Date: |
Wed, 5 Jan 2022 15:24:38 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 734e1b185fc498667e04eb397da7ead2349bd26f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 14:26:14 2022 +0100
gnu: r-valr: Update to 0.6.4.
* gnu/packages/cran.scm (r-valr): Move from here...
* gnu/packages/bioconductor.scm (r-valr): ...to here. Update to 0.6.4.
[propagated-inputs]: Add r-rtracklayer.
---
gnu/packages/bioconductor.scm | 33 +++++++++++++++++++++++++++++++++
gnu/packages/cran.scm | 31 -------------------------------
2 files changed, 33 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 71037a86e2..8463e5874d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4766,6 +4766,39 @@ provided as a matrix which can be used as an offset for
different expression
of gene-level counts.")
(license license:gpl2+)))
+;; This is a CRAN package, but it depends on a Bioconductor package.
+(define-public r-valr
+ (package
+ (name "r-valr")
+ (version "0.6.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "valr" version))
+ (sha256
+ (base32
+ "0dd41irvibh6rwi52bw4zg4m7wpyihlp1kdkb8fdji3csw2fiz4k"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-broom
+ r-dplyr
+ r-ggplot2
+ r-rcpp
+ r-readr
+ r-rlang
+ r-rtracklayer ;bioconductor package
+ r-stringr
+ r-tibble))
+ (native-inputs
+ (list r-knitr))
+ (home-page "https://github.com/rnabioco/valr")
+ (synopsis "Genome interval arithmetic in R")
+ (description
+ "This package enables you to read and manipulate genome intervals and
+signals. It provides functionality similar to command-line tool suites within
+R, enabling interactive analysis and visualization of genome-scale data.")
+ (license license:expat)))
+
(define-public r-variantannotation
(package
(name "r-variantannotation")
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 448ac5b724..7abd3c5233 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15677,37 +15677,6 @@ can also be used to join clusters obtained from
affinity propagation. Various
plotting functions are available for analyzing clustering results.")
(license license:gpl2+)))
-(define-public r-valr
- (package
- (name "r-valr")
- (version "0.6.3")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "valr" version))
- (sha256
- (base32
- "1lzdlw0mw06rymyjzwf4i8rx1z6zxpwxxqfsc9ggqlnhq6bfhy93"))))
- (build-system r-build-system)
- (propagated-inputs
- (list r-broom
- r-dplyr
- r-ggplot2
- r-rcpp
- r-readr
- r-rlang
- r-stringr
- r-tibble))
- (native-inputs
- (list r-knitr))
- (home-page "https://github.com/rnabioco/valr")
- (synopsis "Genome interval arithmetic in R")
- (description
- "This package enables you to read and manipulate genome intervals and
-signals. It provides functionality similar to command-line tool suites within
-R, enabling interactive analysis and visualization of genome-scale data.")
- (license license:expat)))
-
(define-public r-rematch2
(package
(name "r-rematch2")
- branch master updated (6a54715988 -> 36d2a03edc), guix-commits, 2022/01/05
- 10/138: gnu: Add r-densestbayes., guix-commits, 2022/01/05
- 04/138: gnu: r-openssl: Update to 1.4.6., guix-commits, 2022/01/05
- 06/138: gnu: r-valr: Update to 0.6.4.,
guix-commits <=
- 14/138: gnu: r-rticles: Update to 0.22., guix-commits, 2022/01/05
- 07/138: gnu: r-activedriverwgs: Update to 1.1.2., guix-commits, 2022/01/05
- 13/138: gnu: r-datawizard: Update to 0.2.2., guix-commits, 2022/01/05
- 28/138: gnu: r-mice: Update to 3.14.0., guix-commits, 2022/01/05
- 27/138: gnu: r-broom: Update to 0.7.11., guix-commits, 2022/01/05
- 22/138: gnu: r-pkgload: Update to 1.2.4., guix-commits, 2022/01/05
- 34/138: gnu: r-arules: Update to 1.7-2., guix-commits, 2022/01/05
- 38/138: gnu: r-rbibutils: Update to 2.2.7., guix-commits, 2022/01/05
- 40/138: gnu: r-sjmisc: Update to 2.8.9., guix-commits, 2022/01/05
- 42/138: gnu: r-raster: Update to 3.5-11., guix-commits, 2022/01/05