GNU bug report logs - #42105
[PATCH] gnu: Add r-randomforestsrc.

Previous Next

Package: guix-patches;

Reported by: Peter Lo <peterloleungyau <at> gmail.com>

Date: Sun, 28 Jun 2020 08:11:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#42105: closed ([PATCH] gnu: Add r-randomforestsrc.)
Date: Tue, 13 Apr 2021 12:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 13 Apr 2021 14:44:39 +0200
with message-id <87k0p6tkug.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-randomforestsrc.
has caused the debbugs.gnu.org bug report #42105,
regarding [PATCH] gnu: Add r-randomforestsrc.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
42105: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42105
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Peter Lo <peterloleungyau <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Peter Lo <peterloleungyau <at> gmail.com>
Subject: [PATCH] gnu: Add r-randomforestsrc.
Date: Sun, 28 Jun 2020 16:10:29 +0800
* gnu/packages/cran.scm (r-randomforestsrc): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab5e57c0e2..1a5ff5ef8e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22325,3 +22325,31 @@ across a wide array of bioinformatic R packages.")
 and clustering large sequence datasets using fast alignment-free k-mer
 counting and recursive k-means partitioning.")
     (license license:gpl3)))
+
+(define-public r-randomforestsrc
+  (package
+    (name "r-randomforestsrc")
+    (version "2.9.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "randomForestSRC" version))
+        (sha256
+          (base32
+            "05ifvj49jv0n5p6k46milpgj9r10sc5aw23fypyyibdgwpwvwixw"))))
+    (properties
+      `((upstream-name . "randomForestSRC")))
+    (build-system r-build-system)
+    (home-page
+      "https://cran.r-project.org/web/packages/randomForestSRC/")
+    (synopsis
+      "Fast Unified Random Forests for Survival, Regression, and Classification")
+    (description
+      "Fast OpenMP parallel computing of Breiman's random forests for
+survival, competing risks, regression and classification based on
+Ishwaran and Kogalur's popular random survival forests (RSF) package.
+Handles missing data and now includes multivariate, unsupervised
+forests, quantile regression and solutions for class imbalanced data.
+New fast interface using subsampling and confidence regions for
+variable importance.")
+    (license license:gpl3+)))
-- 
2.17.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 42105-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-randomforestsrc.
Date: Tue, 13 Apr 2021 14:44:39 +0200
My apologies for overlooking this patch!  I just applied it.

I tried upgrading the package, but the newer version indirectly 
depends on visnetwork, which bundles a lot of minified JavaScript, 
so I’ll leave that for later.  Thank you for the patch!

-- 
Ricardo


This bug report was last modified 4 years and 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.