mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
26a4304fc6
commit
a0ae32bb9c
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue