me
/
guix
Archived
1
0
Fork 0

gnu: Add r-basilisk-utils.

* gnu/packages/bioconductor.scm (r-basilisk-utils): New variable.
master
Ricardo Wurmus 2021-09-07 12:08:06 +02:00
parent c9d545ab01
commit dde984ca19
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 24 additions and 0 deletions

View File

@ -13962,6 +13962,30 @@ within a certain time frame are deleted. This aims to reduce disk usage by
eliminating obsolete caches generated by old versions of packages.") eliminating obsolete caches generated by old versions of packages.")
(license license:gpl3))) (license license:gpl3)))
(define-public r-basilisk-utils
(package
(name "r-basilisk-utils")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "basilisk.utils" version))
(sha256
(base32
"0qbm6rj6h059hakflbwz4j4f59311jhbk5dnpx11kyixh5pgjk7v"))))
(properties
`((upstream-name . "basilisk.utils")))
(build-system r-build-system)
(propagated-inputs
`(("r-dir-expiry" ,r-dir-expiry)))
(native-inputs `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/basilisk.utils")
(synopsis "Basilisk installation utilities")
(description
"This package implements utilities for installation of the basilisk
package, primarily for creation of the underlying Conda instance.")
(license license:gpl3)))
(define-public r-tximeta (define-public r-tximeta
(package (package
(name "r-tximeta") (name "r-tximeta")