mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-bioccheck: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.24.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
9f416be83d
commit
1a9de6cfe8
1 changed files with 4 additions and 2 deletions
|
@ -7588,13 +7588,13 @@ (define-public r-biocstyle
|
|||
(define-public r-bioccheck
|
||||
(package
|
||||
(name "r-bioccheck")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocCheck" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qnvl5yajgh67ijkq6gdsafri1k5hyw5gzn2ccqk9ymx6i2xd80g"))))
|
||||
"1p9ys18sn1crxw1iac2jdgqvwpb5hjd9nfxx0qn0ncrv0b550mny"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocCheck")))
|
||||
(build-system r-build-system)
|
||||
|
@ -7626,6 +7626,8 @@ (define-public r-bioccheck
|
|||
("r-biocmanager" ,r-biocmanager)
|
||||
("r-biocviews" ,r-biocviews)
|
||||
("r-stringdist" ,r-stringdist)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/BiocCheck")
|
||||
(synopsis "Executes Bioconductor-specific package checks")
|
||||
(description "This package contains tools to perform additional quality
|
||||
|
|
Loading…
Reference in a new issue