mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-bigpint: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-bigpint): Update to 1.4.0. [propagated-inputs]: Add r-delayedarray and r-summarizedexperiment.
This commit is contained in:
parent
eef9c99cd8
commit
d0badcc180
1 changed files with 5 additions and 3 deletions
|
@ -7480,18 +7480,19 @@ (define-public r-bigmemoryextras
|
||||||
(define-public r-bigpint
|
(define-public r-bigpint
|
||||||
(package
|
(package
|
||||||
(name "r-bigpint")
|
(name "r-bigpint")
|
||||||
(version "1.2.2")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bigPint" version))
|
(uri (bioconductor-uri "bigPint" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zkakxi1iqavzmjxnkkd02qm5jk28ldcvcdcxaafz748dz6s67fs"))))
|
"1m92ngkzimcc37byf0ziphrby8wmjd5hfa53gvfphgaakyj9bjg8"))))
|
||||||
(properties `((upstream-name . "bigPint")))
|
(properties `((upstream-name . "bigPint")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-dplyr" ,r-dplyr)
|
`(("r-delayedarray" ,r-delayedarray)
|
||||||
|
("r-dplyr" ,r-dplyr)
|
||||||
("r-ggally" ,r-ggally)
|
("r-ggally" ,r-ggally)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-gridextra" ,r-gridextra)
|
("r-gridextra" ,r-gridextra)
|
||||||
|
@ -7506,6 +7507,7 @@ (define-public r-bigpint
|
||||||
("r-shinycssloaders" ,r-shinycssloaders)
|
("r-shinycssloaders" ,r-shinycssloaders)
|
||||||
("r-shinydashboard" ,r-shinydashboard)
|
("r-shinydashboard" ,r-shinydashboard)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
("r-tidyr" ,r-tidyr)))
|
("r-tidyr" ,r-tidyr)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
|
Loading…
Reference in a new issue