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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42105 in the body.
You can then email your comments to 42105 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42105; Package guix-patches. (Sun, 28 Jun 2020 08:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Lo <peterloleungyau <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 28 Jun 2020 08:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 13 Apr 2021 12:45:02 GMT) Full text and rfc822 format available.

Notification sent to Peter Lo <peterloleungyau <at> gmail.com>:
bug acknowledged by developer. (Tue, 13 Apr 2021 12:45:02 GMT) Full text and rfc822 format available.

Message #10 received at 42105-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 12 May 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 321 days ago.

Previous Next


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