unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Lo <peterloleungyau@gmail.com>
To: 42105@debbugs.gnu.org
Cc: Peter Lo <peterloleungyau@gmail.com>
Subject: [bug#42105] [PATCH] gnu: Add r-randomforestsrc.
Date: Sun, 28 Jun 2020 16:10:29 +0800	[thread overview]
Message-ID: <20200628081029.11086-1-peterloleungyau@gmail.com> (raw)

* 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	other threads:[~2020-06-28  8:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-28  8:10 Peter Lo [this message]
2021-04-13 12:44 ` bug#42105: [PATCH] gnu: Add r-randomforestsrc Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200628081029.11086-1-peterloleungyau@gmail.com \
    --to=peterloleungyau@gmail.com \
    --cc=42105@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).