gnu: r-anvil: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-anvil): Update to 1.16.0. [propagated-inputs]: Add r-biocbaseutils and r-yaml. Change-Id: I30f38ca310819d75e5f57e381b0845632b022ff7master
parent
736a73dec9
commit
47d9a75f1b
|
@ -3698,17 +3698,18 @@ for use in Bioconductor’s AnnotationHub.")
|
||||||
(define-public r-anvil
|
(define-public r-anvil
|
||||||
(package
|
(package
|
||||||
(name "r-anvil")
|
(name "r-anvil")
|
||||||
(version "1.14.2")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnVIL" version))
|
(uri (bioconductor-uri "AnVIL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vfriymy1v3mxahfdf4sd6rawi0qy7vzxrymi852w49fmy54bgp7"))))
|
"0859gsgvljl2adjz4md52z4k1bcqh24i5xdfqddflw4gaq1zlm69"))))
|
||||||
(properties `((upstream-name . "AnVIL")))
|
(properties `((upstream-name . "AnVIL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocmanager
|
(list r-biocbaseutils
|
||||||
|
r-biocmanager
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-dt
|
r-dt
|
||||||
r-futile-logger
|
r-futile-logger
|
||||||
|
@ -3721,7 +3722,8 @@ for use in Bioconductor’s AnnotationHub.")
|
||||||
r-shiny
|
r-shiny
|
||||||
r-tibble
|
r-tibble
|
||||||
r-tidyr
|
r-tidyr
|
||||||
r-tidyselect))
|
r-tidyselect
|
||||||
|
r-yaml))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/AnVIL")
|
(home-page "https://bioconductor.org/packages/AnVIL")
|
||||||
(synopsis "Provides access to AnVIL, Terra, Leonardo and other projects")
|
(synopsis "Provides access to AnVIL, Terra, Leonardo and other projects")
|
||||||
|
|
Reference in New Issue