mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-biosigner: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.14.0. [propagated-inputs]: Add r-multidataset.
This commit is contained in:
parent
700072565f
commit
7d29dc9c7b
1 changed files with 3 additions and 2 deletions
|
@ -5120,18 +5120,19 @@ (define-public r-ropls
|
||||||
(define-public r-biosigner
|
(define-public r-biosigner
|
||||||
(package
|
(package
|
||||||
(name "r-biosigner")
|
(name "r-biosigner")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biosigner" version))
|
(uri (bioconductor-uri "biosigner" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1643iya40v6whb7lw7y34w5sanbasvj4yhvcygbip667yhphyv5b"))))
|
"1kdfhw629qczrfms0jmphqz0ksjzi8js00xj92h1lnv092npfk0j"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
("r-e1071" ,r-e1071)
|
("r-e1071" ,r-e1071)
|
||||||
|
("r-multidataset" ,r-multidataset)
|
||||||
("r-randomforest" ,r-randomforest)
|
("r-randomforest" ,r-randomforest)
|
||||||
("r-ropls" ,r-ropls)))
|
("r-ropls" ,r-ropls)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue