gnu: r-omnipathr: Update to 3.4.0.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.4.0. [propagated-inputs]: Add r-withr.
This commit is contained in:
parent
b1c215755a
commit
6f31f4618a
1 changed files with 3 additions and 2 deletions
|
|
@ -15965,13 +15965,13 @@ interest on transformed methylation proportions.")
|
||||||
(define-public r-omnipathr
|
(define-public r-omnipathr
|
||||||
(package
|
(package
|
||||||
(name "r-omnipathr")
|
(name "r-omnipathr")
|
||||||
(version "3.2.8")
|
(version "3.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "OmnipathR" version))
|
(uri (bioconductor-uri "OmnipathR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vr16ar3rbjsfw4qz2g86lbhvmqwgq0vcahc6vrc4d9rdjxwg6sb"))))
|
(base32 "0vk0fv09j3ql78mzzhdxwxb2b83qqdz2qfd8wpp1vydmcx2vvgni"))))
|
||||||
(properties `((upstream-name . "OmnipathR")))
|
(properties `((upstream-name . "OmnipathR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
@ -16001,6 +16001,7 @@ interest on transformed methylation proportions.")
|
||||||
r-tibble
|
r-tibble
|
||||||
r-tidyr
|
r-tidyr
|
||||||
r-tidyselect
|
r-tidyselect
|
||||||
|
r-withr
|
||||||
r-xml2
|
r-xml2
|
||||||
r-yaml))
|
r-yaml))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
|
||||||
Reference in a new issue