mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-geoquery: Update to 2.56.0.
* gnu/packages/bioconductor.scm (r-geoquery): Update to 2.56.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
3fc1e03949
commit
159e427c9f
1 changed files with 4 additions and 2 deletions
|
@ -3098,14 +3098,14 @@ (define-public r-scone
|
||||||
(define-public r-geoquery
|
(define-public r-geoquery
|
||||||
(package
|
(package
|
||||||
(name "r-geoquery")
|
(name "r-geoquery")
|
||||||
(version "2.54.1")
|
(version "2.56.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GEOquery" version))
|
(uri (bioconductor-uri "GEOquery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j8mlldy7dc38fx5zwj6z6l4b9bhvrn8sil3z8asnd4ic7w9ifx5"))))
|
"0sap1dsa3k3qpv5z5y3cimxyhbm8qai87gqn3g1w3hwlcqsss92m"))))
|
||||||
(properties `((upstream-name . "GEOquery")))
|
(properties `((upstream-name . "GEOquery")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -3117,6 +3117,8 @@ (define-public r-geoquery
|
||||||
("r-readr" ,r-readr)
|
("r-readr" ,r-readr)
|
||||||
("r-tidyr" ,r-tidyr)
|
("r-tidyr" ,r-tidyr)
|
||||||
("r-xml2" ,r-xml2)))
|
("r-xml2" ,r-xml2)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/seandavi/GEOquery/")
|
(home-page "https://github.com/seandavi/GEOquery/")
|
||||||
(synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
|
(synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue