gnu: r-interactionset: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.16.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
6b78a91b75
commit
861a903f14
1 changed files with 4 additions and 2 deletions
|
|
@ -2073,14 +2073,14 @@ parsing of genetic sequencing data from ribosome profiling experiments.")
|
||||||
(define-public r-interactionset
|
(define-public r-interactionset
|
||||||
(package
|
(package
|
||||||
(name "r-interactionset")
|
(name "r-interactionset")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "InteractionSet" version))
|
(uri (bioconductor-uri "InteractionSet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n2l95h56x5g68p10cap8p4x3a6vaph2hjlk09vmi3j48lrzb2kh"))))
|
"1nsivm9j0mzkfhwqsa2y9gxxdbaplg4z8vn5dfvls3nrihnqpk4v"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "InteractionSet")))
|
`((upstream-name . "InteractionSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
@ -2093,6 +2093,8 @@ parsing of genetic sequencing data from ribosome profiling experiments.")
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/InteractionSet")
|
(home-page "https://bioconductor.org/packages/InteractionSet")
|
||||||
(synopsis "Base classes for storing genomic interaction data")
|
(synopsis "Base classes for storing genomic interaction data")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue