guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: Add r-grouped.


From: guix-commits
Subject: 04/09: gnu: Add r-grouped.
Date: Fri, 24 Apr 2020 09:57:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d234006b38fe004855af8765acbef67b907d13a7
Author: Naga Malleswari <address@hidden>
AuthorDate: Fri Apr 24 01:43:29 2020 +0530

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d023c47..c7aaf8d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21278,3 +21278,26 @@ algorithm is applicable to a broad class of loss 
functions.  Use of parallel
 computing for cross validation and subsampling is supported through the
 @code{foreach} and @code{doParallel} packages.")
     (license license:gpl2+)))
+
+(define-public r-grouped
+  (package
+    (name "r-grouped")
+    (version "0.6-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "grouped" version))
+       (sha256
+        (base32
+         "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
+    (properties
+     `((upstream-name . "grouped")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)))
+    (home-page "https://cran.r-project.org/web/packages/grouped/";)
+    (synopsis "Regression analysis of grouped and coarse data")
+    (description
+     "This package provides regression models for grouped and coarse data,
+under the coarsened at random assumption.")
+    (license license:gpl2+)))



reply via email to

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