mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-a4reporting: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-a4reporting): Update to 1.38.0.
This commit is contained in:
parent
85155e2ed9
commit
2fb8298c80
1 changed files with 5 additions and 4 deletions
|
@ -4110,19 +4110,20 @@ (define-public r-a4preproc
|
|||
(define-public r-a4reporting
|
||||
(package
|
||||
(name "r-a4reporting")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "a4Reporting" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jhlxqwfbgflcyzy9gyxznzcadj9zxchl3lfdlc4ffm0hwz5jl2f"))))
|
||||
"1jx4ym3hyix8gwr8d2r38w1wj7siv6ynzhwanczcjf1naws3dqpy"))))
|
||||
(properties `((upstream-name . "a4Reporting")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annaffy" ,r-annaffy)
|
||||
("r-xtable" ,r-xtable)))
|
||||
`(("r-xtable" ,r-xtable)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/a4Reporting/")
|
||||
(synopsis "Automated Affymetrix array analysis reporting package")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue