diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:58 +0100 |
commit | c1cff36f4c30a3d8a903eeb5b02191a76786e0ed (patch) | |
tree | 9fb69745398f1d8583989bcfd51fb8f2d616bda7 /gnu/packages/bioconductor.scm | |
parent | 1a19353ae1dac0b08540bd9883ae0e16e1e23825 (diff) | |
download | guix-c1cff36f4c30a3d8a903eeb5b02191a76786e0ed.tar.gz |
gnu: r-biocpkgtools: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.16.0. [propagated-inputs]: Remove r-tidyr and r-tidyselect. Add r-rorcid.
Diffstat (limited to 'gnu/packages/bioconductor.scm')
-rw-r--r-- | gnu/packages/bioconductor.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 22c62534d9..4f9838e875 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -15176,14 +15176,14 @@ gene selection, testing relationships, and so on.") (define-public r-biocpkgtools (package (name "r-biocpkgtools") - (version "1.14.1") + (version "1.16.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocPkgTools" version)) (sha256 (base32 - "0akryshjdn227a8ir8r0lb59v060h58rhy5vjmdxax8p81ajzxkd")))) + "1av7vnw6z9cw7j4d3vpi8mfs5h4pn4yr2wc8ybg7ad1d686ah845")))) (properties `((upstream-name . "BiocPkgTools"))) (build-system r-build-system) (propagated-inputs @@ -15203,11 +15203,10 @@ gene selection, testing relationships, and so on.") r-rbgl r-readr r-rlang + r-rorcid r-rvest r-stringr r-tibble - r-tidyr - r-tidyselect r-xml2)) (native-inputs (list r-knitr)) |