gnu: r-chemminer: Update to 3.40.0.
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.40.0. [native-inputs]: Add r-knitr.master
parent
d0badcc180
commit
06908a73fc
|
@ -7523,14 +7523,14 @@ visualizing RNA-sequencing datasets and differentially expressed genes.")
|
||||||
(define-public r-chemminer
|
(define-public r-chemminer
|
||||||
(package
|
(package
|
||||||
(name "r-chemminer")
|
(name "r-chemminer")
|
||||||
(version "3.38.0")
|
(version "3.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChemmineR" version))
|
(uri (bioconductor-uri "ChemmineR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j6vmkhc03dmmkm5wgbcv62pw5dclp49f906xkx1pwg27bdldbga"))))
|
"0cna5xsqflvhlp2k47asxyv3w4ympmz2wy2cwjyzlal6936fjikf"))))
|
||||||
(properties `((upstream-name . "ChemmineR")))
|
(properties `((upstream-name . "ChemmineR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -7547,6 +7547,8 @@ visualizing RNA-sequencing datasets and differentially expressed genes.")
|
||||||
("r-rcurl" ,r-rcurl)
|
("r-rcurl" ,r-rcurl)
|
||||||
("r-rjson" ,r-rjson)
|
("r-rjson" ,r-rjson)
|
||||||
("r-rsvg" ,r-rsvg)))
|
("r-rsvg" ,r-rsvg)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/girke-lab/ChemmineR")
|
(home-page "https://github.com/girke-lab/ChemmineR")
|
||||||
(synopsis "Cheminformatics toolkit for R")
|
(synopsis "Cheminformatics toolkit for R")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue