Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-caret): Update to 6.0-77.
[propagated-inputs]: Remove r-car; add r-recipes and r-withr.
This commit is contained in:
Ricardo Wurmus 2017-09-11 02:57:03 +02:00
parent 9272144a88
commit d9c65e5a9c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5141,24 +5141,25 @@ to Applied regression, Second Edition, Sage, 2011.")
(define-public r-caret (define-public r-caret
(package (package
(name "r-caret") (name "r-caret")
(version "6.0-76") (version "6.0-77")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "caret" version)) (uri (cran-uri "caret" version))
(sha256 (sha256
(base32 (base32
"1w31xzpmj8p6r6s7s1vwnjxainq54bbh4cqm177ba0myv69hh8cc")))) "05c504567s2nppzfgi36mhszbym2pr80nf50dgxcxfx030721v5y"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-car" ,r-car) `(("r-foreach" ,r-foreach)
("r-foreach" ,r-foreach)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)
("r-lattice" ,r-lattice) ("r-lattice" ,r-lattice)
("r-modelmetrics" ,r-modelmetrics) ("r-modelmetrics" ,r-modelmetrics)
("r-nlme" ,r-nlme) ("r-nlme" ,r-nlme)
("r-plyr" ,r-plyr) ("r-plyr" ,r-plyr)
("r-reshape2" ,r-reshape2))) ("r-recipes" ,r-recipes)
("r-reshape2" ,r-reshape2)
("r-withr" ,r-withr)))
(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