gnu: r-caret: Update to 6.0-76.
* gnu/packages/statistics.scm (r-caret): Update to 6.0-76. [propagated-inputs]: Add r-lattice and r-nlme.
This commit is contained in:
parent
96071a6db2
commit
3b74b7a283
|
@ -5013,20 +5013,22 @@ to Applied regression, Second Edition, Sage, 2011.")
|
|||
(define-public r-caret
|
||||
(package
|
||||
(name "r-caret")
|
||||
(version "6.0-73")
|
||||
(version "6.0-76")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "caret" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jzaqwv4glyqqnfbpalgajd0ag866247vvdh5i83ffqs1yhs984h"))))
|
||||
"1w31xzpmj8p6r6s7s1vwnjxainq54bbh4cqm177ba0myv69hh8cc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-car" ,r-car)
|
||||
("r-foreach" ,r-foreach)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-lattice" ,r-lattice)
|
||||
("r-modelmetrics" ,r-modelmetrics)
|
||||
("r-nlme" ,r-nlme)
|
||||
("r-plyr" ,r-plyr)
|
||||
("r-reshape2" ,r-reshape2)))
|
||||
(home-page "https://github.com/topepo/caret")
|
||||
|
|
Loading…
Reference in New Issue