guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: r-animalcules: Update to 1.18.2.


From: guix-commits
Subject: 03/11: gnu: r-animalcules: Update to 1.18.2.
Date: Thu, 18 Jan 2024 10:02:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 85cc64bfb83b4bf855904e7d65b4ca151ed98822
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 18 16:01:35 2024 +0100

    gnu: r-animalcules: Update to 1.18.2.
    
    * gnu/packages/bioconductor.scm (r-animalcules): Update to 1.18.2.
    [propagated-inputs]: Remove r-biomformat, r-glmnet, and r-plotroc; add 
r-rocit.
    
    Change-Id: Idd769a9608154b66871a38701a49e84f008f849c
---
 gnu/packages/bioconductor.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d82a73ac51..edb77824b7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3250,19 +3250,18 @@ these biases and construct statistically consistent 
estimators.")
 (define-public r-animalcules
   (package
     (name "r-animalcules")
-    (version "1.16.0")
+    (version "1.18.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "animalcules" version))
               (sha256
                (base32
-                "1z46lpd2zi3b88i27qm48wy4acb2xsjh63zgxhfx2y4bgvr29ni7"))))
+                "1q0ca3pagqzj12kah79jg4py3ibz7qsdl975r2mxhphqwj76gnh8"))))
     (properties `((upstream-name . "animalcules")))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ape
            r-assertthat
-           r-biomformat
            r-caret
            r-covr
            r-deseq2
@@ -3270,7 +3269,6 @@ these biases and construct statistically consistent 
estimators.")
            r-dt
            r-forcats
            r-ggplot2
-           r-glmnet
            r-gunifrac
            r-lattice
            r-limma
@@ -3278,9 +3276,9 @@ these biases and construct statistically consistent 
estimators.")
            r-matrix
            r-multiassayexperiment
            r-plotly
-           r-plotroc
            r-rentrez
            r-reshape2
+           r-rocit
            r-s4vectors
            r-scales
            r-shiny



reply via email to

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