gnu: r-biotmle: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.18.0.
[propagated-inputs]: Remove r-dofuture and r-future.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:50 +00:00
parent 494379d015
commit fd3a180b32
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14607,24 +14607,22 @@ (define-public r-biotip
(define-public r-biotmle
(package
(name "r-biotmle")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biotmle" version))
(sha256
(base32
"01smkmbv40yprgrgi2gjnmi8ncqyrlkfdxsh33ki20amcx32nc7f"))))
"0p3iavf9059qa8qvfvqzskfc5gki3z0ivkkqdwg5anvf0wv2k47g"))))
(properties `((upstream-name . "biotmle")))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)
("r-biocgenerics" ,r-biocgenerics)
("r-biocparallel" ,r-biocparallel)
("r-dofuture" ,r-dofuture)
("r-dplyr" ,r-dplyr)
("r-drtmle" ,r-drtmle)
("r-future" ,r-future)
("r-ggplot2" ,r-ggplot2)
("r-ggsci" ,r-ggsci)
("r-limma" ,r-limma)