gnu: r-recipes: Update to 0.1.3.

* gnu/packages/cran.scm (r-recipes): Update to 0.1.3.
[propagated-inputs]: Add r-pls.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-20 04:00:51 +02:00
parent a86049d9b6
commit 3321234cf3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1749,14 +1749,14 @@ (define-public r-broom
(define-public r-recipes
(package
(name "r-recipes")
(version "0.1.2")
(version "0.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
"1car3a3mqn87pz049cbgkaayz86970mvkapk6al2k7jjw76306l9"))))
"1vqh3pxs4n1azhnd1lzg91vasya6g323kllhbrw177j7kdxqyimy"))))
(build-system r-build-system)
(propagated-inputs
`(("r-broom" ,r-broom)
@ -1768,6 +1768,7 @@ (define-public r-recipes
("r-lubridate" ,r-lubridate)
("r-magrittr" ,r-magrittr)
("r-matrix" ,r-matrix)
("r-pls" ,r-pls)
("r-purrr" ,r-purrr)
("r-rcpproll" ,r-rcpproll)
("r-rlang" ,r-rlang)