guix-commits
[Top][All Lists]
Advanced

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

13/54: gnu: r-smurf: Update to 1.1.5.


From: guix-commits
Subject: 13/54: gnu: r-smurf: Update to 1.1.5.
Date: Thu, 30 Mar 2023 13:21:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a0ae32bb9c1e0a579911ec3dcf50c75ad5a67cbe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 17:56:37 2023 +0200

    gnu: r-smurf: Update to 1.1.5.
    
    * gnu/packages/cran.scm (r-smurf): Update to 1.1.5.
    [propagated-inputs]: Remove r-speedglm.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 222af40838..74eabc9153 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8003,13 +8003,13 @@ and density estimation")
 (define-public r-smurf
   (package
     (name "r-smurf")
-    (version "1.1.4")
+    (version "1.1.5")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "smurf" version))
               (sha256
                (base32
-                "09a56ayqnnal1h5xxnh4pcn0zyi1kg2fj40y872n4jcnbl8xcvbi"))))
+                "1gpzzj67x0i70vw1x4rv56mhk2b74ynvdsy93rzmdk6b2h3dvv46"))))
     (properties `((upstream-name . "smurf")))
     (build-system r-build-system)
     (propagated-inputs
@@ -8020,8 +8020,7 @@ and density estimation")
            r-mgcv
            r-rcolorbrewer
            r-rcpp
-           r-rcpparmadillo
-           r-speedglm))
+           r-rcpparmadillo))
     (native-inputs (list r-knitr))
     (home-page "https://gitlab.com/TReynkens/smurf";)
     (synopsis "Sparse multi-type regularized feature modeling")



reply via email to

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