diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:51:05 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:25 +0100 |
commit | 2fb8298c801087d93c7ea8349864b7886b2b8981 (patch) | |
tree | 53c49f3565f450e64aff5bcf4303d9d0743861c2 /gnu/packages | |
parent | 85155e2ed9ed12d8955507b0a860af27ba7bb84b (diff) |
gnu: r-a4reporting: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-a4reporting): Update to 1.38.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index bae7932b5d..b3f203c42d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4110,19 +4110,20 @@ is used for preprocessing the arrays.") (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 |