guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: Add r-ipred.


From: Ricardo Wurmus
Subject: 10/15: gnu: Add r-ipred.
Date: Mon, 18 Sep 2017 06:49:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6c3d42d61339f6728d7fec4e688caee24183ffc0
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 11 02:55:34 2017 +0200

    gnu: Add r-ipred.
    
    * gnu/packages/cran.scm (r-ipred): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7d0e2b3..b42e791 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1150,3 +1150,30 @@ windowed operations.  Routines for the efficient 
computation of windowed mean,
 median, sum, product, minimum, maximum, standard deviation and variance are
 provided.")
     (license license:gpl2+)))
+
+(define-public r-ipred
+  (package
+    (name "r-ipred")
+    (version "0.9-6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ipred" version))
+       (sha256
+        (base32
+         "1vrw1pqcpnc04x1r2h9grdfm6bivs358sww5gg90jwlvxcw69lxq"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-class" ,r-class)
+       ("r-mass" ,r-mass)
+       ("r-nnet" ,r-nnet)
+       ("r-prodlim" ,r-prodlim)
+       ("r-rpart" ,r-rpart)
+       ("r-survival" ,r-survival)))
+    (home-page "http://cran.r-project.org/web/packages/ipred";)
+    (synopsis "Improved predictors")
+    (description
+     "This package provides improved predictive models by indirect
+classification and bagging for classification, regression and survival
+problems as well as resampling based estimators of prediction error.")
+    (license license:gpl2+)))



reply via email to

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