guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-partykit.


From: guix-commits
Subject: branch master updated: gnu: Add r-partykit.
Date: Wed, 09 Sep 2020 10:43:29 -0400

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

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 57add3d  gnu: Add r-partykit.
57add3d is described below

commit 57add3d0fc5bbd6f73e9b7a137882daf2aed3bc2
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Sep 9 16:41:50 2020 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2c202e8..a3f3809 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1933,6 +1933,32 @@ of space-time series.  The @code{pastecs} library is a 
PNEC-Art4 and IFREMER
 initiative to bring PASSTEC 2000 functionalities to R.")
    (license license:gpl2+)))
 
+(define-public r-partykit
+  (package
+   (name "r-partykit")
+   (version "1.2-9")
+   (source (origin
+             (method url-fetch)
+             (uri (cran-uri "partykit" version))
+             (sha256
+              (base32
+               "18nc6vvj1cy8ly2hqixg544sbg8vbpzwsr1cdlzrqfykd0pzgkvf"))))
+   (build-system r-build-system)
+   (propagated-inputs
+    `(("r-formula" ,r-formula)
+      ("r-inum" ,r-inum)
+      ("r-libcoin" ,r-libcoin)
+      ("r-mvtnorm" ,r-mvtnorm)
+      ("r-rpart" ,r-rpart)
+      ("r-survival" ,r-survival)))
+   (home-page "http://partykit.R-Forge.R-project.org/partykit";)
+   (synopsis "Toolkit for recursive partytioning")
+   (description
+    "This package provides a toolkit with infrastructure for representing,
+summarizing, and visualizing tree-structured regression and classification
+models.")
+   (license license:gpl2+)))
+
 (define-public r-plogr
   (package
     (name "r-plogr")



reply via email to

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