guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

80/288: gnu: r-a4reporting: Update to 1.38.0.


From: guix-commits
Subject: 80/288: gnu: r-a4reporting: Update to 1.38.0.
Date: Mon, 16 Nov 2020 15:07:01 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 913c5befa5aa2bb6a9d65a39783e50ef9ec66f07
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:51:05 2020 +0100

    gnu: r-a4reporting: Update to 1.38.0.
    
    * gnu/packages/bioconductor.scm (r-a4reporting): Update to 1.38.0.
---
 gnu/packages/bioconductor.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 81208f7..ef16def 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4034,19 +4034,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]