gnu: r-wgcna: Update to 1.69.
* gnu/packages/cran.scm (r-wgcna): Update to 1.69. [propagated-inputs]: Remove r-robust.
This commit is contained in:
parent
78acab4818
commit
339fa00a98
1 changed files with 2 additions and 3 deletions
|
@ -13650,14 +13650,14 @@ that accept short and long options.")
|
||||||
(define-public r-wgcna
|
(define-public r-wgcna
|
||||||
(package
|
(package
|
||||||
(name "r-wgcna")
|
(name "r-wgcna")
|
||||||
(version "1.68")
|
(version "1.69")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "WGCNA" version))
|
(uri (cran-uri "WGCNA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s7gy5vd7x67hpgli8r7ba2z99w3psiyv5hqmrh94zw141dg210a"))))
|
"022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f"))))
|
||||||
(properties `((upstream-name . "WGCNA")))
|
(properties `((upstream-name . "WGCNA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -13670,7 +13670,6 @@ that accept short and long options.")
|
||||||
("r-hmisc" ,r-hmisc)
|
("r-hmisc" ,r-hmisc)
|
||||||
("r-impute" ,r-impute)
|
("r-impute" ,r-impute)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-robust" ,r-robust)
|
|
||||||
("r-survival" ,r-survival)
|
("r-survival" ,r-survival)
|
||||||
("r-matrixstats" ,r-matrixstats)
|
("r-matrixstats" ,r-matrixstats)
|
||||||
("r-preprocesscore" ,r-preprocesscore)))
|
("r-preprocesscore" ,r-preprocesscore)))
|
||||||
|
|
Reference in a new issue