aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-13 01:01:29 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-06-13 01:19:58 +0200
commita9af09df177bc7bdba0375c7fd57d8369b8a9800 (patch)
treec119b14f341baa06acc80b319e6676d9b026a267
parentbafade83c1ce0047e5367da5130ac1556f9831a1 (diff)
downloadguix-a9af09df177bc7bdba0375c7fd57d8369b8a9800.tar
guix-a9af09df177bc7bdba0375c7fd57d8369b8a9800.tar.gz
gnu: r-flowworkspace: Update to 4.0.3.
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.0.3. [propagated-inputs]: Remove r-flowviz, r-gridextra, and r-rcolorbrewer; add r-ggplot2, r-rcpparmadillo, r-rhdf5lib, and r-xml. [native-inputs]: Add r-knitr.
-rw-r--r--gnu/packages/bioconductor.scm15
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 04c203ac88..bce6b4a20e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6117,14 +6117,14 @@ for other R packages to compile and link against.")
(define-public r-flowworkspace
(package
(name "r-flowworkspace")
- (version "3.34.1")
+ (version "4.0.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "flowWorkspace" version))
(sha256
(base32
- "1ijbc6z9ljhrw3cqr02smgplhrfg44gzrb1dq4gbrpq3nj4khhpn"))))
+ "1fi76m6r5x4w390996989rignffdzl11k3prpimpwjd3566c276w"))))
(properties `((upstream-name . "flowWorkspace")))
(build-system r-build-system)
(propagated-inputs
@@ -6136,21 +6136,24 @@ for other R packages to compile and link against.")
("r-digest" ,r-digest)
("r-dplyr" ,r-dplyr)
("r-flowcore" ,r-flowcore)
- ("r-flowviz" ,r-flowviz)
+ ("r-ggplot2" ,r-ggplot2)
("r-graph" ,r-graph)
- ("r-gridextra" ,r-gridextra)
("r-lattice" ,r-lattice)
("r-latticeextra" ,r-latticeextra)
("r-matrixstats" ,r-matrixstats)
("r-ncdfflow" ,r-ncdfflow)
("r-rbgl" ,r-rbgl)
- ("r-rcolorbrewer" ,r-rcolorbrewer)
("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)
("r-rcppparallel" ,r-rcppparallel)
("r-rgraphviz" ,r-rgraphviz)
+ ("r-rhdf5lib" ,r-rhdf5lib)
("r-rprotobuflib" ,r-rprotobuflib)
("r-scales" ,r-scales)
- ("r-stringr" ,r-stringr)))
+ ("r-stringr" ,r-stringr)
+ ("r-xml" ,r-xml)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/flowWorkspace/")
(synopsis "Infrastructure for working with cytometry data")
(description