guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: r-randomforestsrc: Update to 3.2.3."


From: guix-commits
Subject: branch master updated: Revert "gnu: r-randomforestsrc: Update to 3.2.3."
Date: Thu, 18 Jan 2024 02:14:44 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6394736d79 Revert "gnu: r-randomforestsrc: Update to 3.2.3."
6394736d79 is described below

commit 6394736d795550cb16a70635c3e227814601173c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 18 08:12:47 2024 +0100

    Revert "gnu: r-randomforestsrc: Update to 3.2.3."
    
    This reverts commit 891c0845e20dfe527d6bad3b45a6f39516a7227d.
    
    It was pushed by accident.  Any version of r-randomforestsrc later than 
2.9.3
    needs r-diagrammer, which contains too many minified JavaScript files.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 788815818e..101d4fc1ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38653,14 +38653,14 @@ for variant discovery in high-throughput sequencing 
data.")
 (define-public r-randomforestsrc
   (package
     (name "r-randomforestsrc")
-    (version "3.2.3")
+    (version "2.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "randomForestSRC" version))
        (sha256
         (base32
-         "0vsgdpacqfhwd958vn3wmf8lnh3wb74bgq37qzb3c02fbwilz8lc"))))
+         "05ifvj49jv0n5p6k46milpgj9r10sc5aw23fypyyibdgwpwvwixw"))))
     (properties
      `((upstream-name . "randomForestSRC")))
     (build-system r-build-system)



reply via email to

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