guix-commits
[Top][All Lists]
Advanced

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

11/96: gnu: r-stabs: Update to 0.6-4.


From: guix-commits
Subject: 11/96: gnu: r-stabs: Update to 0.6-4.
Date: Wed, 10 Feb 2021 19:06:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 212b7d0305f0f5b8366b2951435cf00ee31d7d29
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:36:23 2021 +0100

    gnu: r-stabs: Update to 0.6-4.
    
    * gnu/packages/cran.scm (r-stabs): Update to 0.6-4.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 58c6a90..dda4ce3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5185,27 +5185,29 @@ supports arbitrary vertex/edge/graph attributes.")
 
 (define-public r-stabs
   (package
-  (name "r-stabs")
-  (version "0.6-3")
-  (source
-    (origin
-      (method url-fetch)
-      (uri (cran-uri "stabs" version))
-      (sha256
+    (name "r-stabs")
+    (version "0.6-4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "stabs" version))
+       (sha256
         (base32
-          "17sa0sjxf6h7gx1ga1pxhv17yrz3qisaivbf5cbc3asvshhswqg9"))))
-  (build-system r-build-system)
-  (home-page "https://github.com/hofnerb/stabs";)
-  (synopsis "Stability selection with error control")
-  (description
-    "This package provides resampling procedures to assess the stability of
+         "1nf1yg14cgxrs4np1yghpzw1nczaslfv3rvf3918wrlzg0vp6l7q"))))
+    (build-system r-build-system)
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/hofnerb/stabs";)
+    (synopsis "Stability selection with error control")
+    (description
+     "This package provides resampling procedures to assess the stability of
 selected variables with additional finite sample error control for
 high-dimensional variable selection procedures such as Lasso or boosting.
 Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
 complementary pairs stability selection with improved error bounds
 (Shah & Samworth, 2013) are implemented.  The package can be combined with
 arbitrary user specified variable selection approaches.")
-  (license license:gpl2)))
+    (license license:gpl2)))
 
 (define-public r-rle
   (package



reply via email to

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