mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-superlearner: Update to 2.0-28.1.
* gnu/packages/cran.scm (r-superlearner): Update to 2.0-28.1. [native-inputs]: Add r-rmarkdown.
This commit is contained in:
parent
c2cf3af0c8
commit
09c96ff4d3
1 changed files with 3 additions and 3 deletions
|
@ -14356,20 +14356,20 @@ (define-public r-gam
|
|||
(define-public r-superlearner
|
||||
(package
|
||||
(name "r-superlearner")
|
||||
(version "2.0-28")
|
||||
(version "2.0-28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SuperLearner" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00any24msgflyagy87nznpfjz5g9v15frqda6c679wa8plx26hjz"))))
|
||||
"19kb4shfhj5aigjm1ljmlvr0jmgcbd6yl4gl3wfddy0nk2wi2bvm"))))
|
||||
(properties `((upstream-name . "SuperLearner")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cvauc r-gam r-nnls))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-rmarkdown))
|
||||
(home-page "https://github.com/ecpolley/SuperLearner")
|
||||
(synopsis "Super learner prediction")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue