me
/
guix
Archived
1
0
Fork 0

gnu: r-projpred: Update to 2.1.1.

* gnu/packages/cran.scm (r-projpred): Update to 2.1.1.
[propagated-inputs]: Remove r-mass, r-optimx, r-rngtools, and r-tidyverse; add r-mvtnorm
and r-rlang.
master
Ricardo Wurmus 2022-04-11 18:01:28 +02:00
parent 526666d217
commit 3d422e4e81
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 7 deletions

View File

@ -26356,14 +26356,14 @@ here.")
(define-public r-projpred
(package
(name "r-projpred")
(version "2.0.2")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "projpred" version))
(sha256
(base32
"0nx514mrfh3gv854pr71w5x3zgdnn0kinf5nh7z90q3h7ysry2mg"))))
"170pskvcsyk22xl4q8mklx8nw29miqzb42wajcab7bki8ap1ix46"))))
(properties `((upstream-name . "projpred")))
(build-system r-build-system)
(propagated-inputs
@ -26373,14 +26373,12 @@ here.")
r-lme4
r-loo
r-magrittr
r-mass
r-mgcv
r-optimx
r-mvtnorm
r-rcpp
r-rcpparmadillo
r-rngtools
r-rstantools
r-tidyverse))
r-rlang
r-rstantools))
(native-inputs (list r-knitr))
(home-page "https://mc-stan.org/projpred/")
(synopsis "Projection predictive feature selection")