gnu: r-erma: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (r-erma): Update to 1.4.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
aab0e28fc1
commit
87772ab4dd
1 changed files with 4 additions and 2 deletions
|
@ -10549,14 +10549,14 @@ several related annotation packages.")
|
||||||
(define-public r-erma
|
(define-public r-erma
|
||||||
(package
|
(package
|
||||||
(name "r-erma")
|
(name "r-erma")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "erma" version))
|
(uri (bioconductor-uri "erma" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"085qsr73p8nyp435f15l4l1jkfd64bfd9gl4z496nfxdnqn95srz"))))
|
"1ccfbq0r48sr3h8050w8zv8402h7nx09adr0xdyqlg7kwp9vd2l3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
@ -10573,6 +10573,8 @@ several related annotation packages.")
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-shiny" ,r-shiny)
|
("r-shiny" ,r-shiny)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/erma")
|
(home-page "https://bioconductor.org/packages/erma")
|
||||||
(synopsis "Epigenomic road map adventures")
|
(synopsis "Epigenomic road map adventures")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue