Archived
1
0
Fork 0

gnu: r-caret: Update to 6.0-86.

* gnu/packages/cran.scm (r-caret): Update to 6.0-86.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-03-24 10:33:44 +01:00
parent 1e40a27465
commit c10bef9bd3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18413,14 +18413,14 @@ it may be seen by an animal with less acute vision.")
(define-public r-caret (define-public r-caret
(package (package
(name "r-caret") (name "r-caret")
(version "6.0-85") (version "6.0-86")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "caret" version)) (uri (cran-uri "caret" version))
(sha256 (sha256
(base32 (base32
"0jxbf2zcvbb5s2pnjzg182awjvylc57q7z5plx6gs6gm62zxjafs")))) "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-foreach" ,r-foreach) `(("r-foreach" ,r-foreach)
@ -18433,6 +18433,8 @@ it may be seen by an animal with less acute vision.")
("r-recipes" ,r-recipes) ("r-recipes" ,r-recipes)
("r-reshape2" ,r-reshape2) ("r-reshape2" ,r-reshape2)
("r-withr" ,r-withr))) ("r-withr" ,r-withr)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/topepo/caret") (home-page "https://github.com/topepo/caret")
(synopsis "Classification and regression training") (synopsis "Classification and regression training")
(description (description