gnu: r-smurf: Update to 1.1.5.

* gnu/packages/cran.scm (r-smurf): Update to 1.1.5.
[propagated-inputs]: Remove r-speedglm.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:37 +02:00
parent 26a4304fc6
commit a0ae32bb9c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8003,13 +8003,13 @@ (define-public r-sm
(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 @@ (define-public r-smurf
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")