gnu: r-purrr: Update to 0.2.3.
* gnu/packages/statistics.scm (r-purrr): Update to 0.2.3. [propagated-inputs]: Remove r-rcpp and r-lazyeval; add r-rlang.
This commit is contained in:
parent
ceb802a31c
commit
2267e4d3f6
|
@ -3591,20 +3591,19 @@ It uses and relies on grid graphics and formal (S4) classes and methods.")
|
||||||
(define-public r-purrr
|
(define-public r-purrr
|
||||||
(package
|
(package
|
||||||
(name "r-purrr")
|
(name "r-purrr")
|
||||||
(version "0.2.2.2")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "purrr" version))
|
(uri (cran-uri "purrr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i1n651xf15489pd6xjdvyp8wyayn8p33d27br39mddn1xdjrpc1"))))
|
"0j1y0nbvljcis9hgic4wbbzslcsidhpw0wzs7d2hx7a2ygi6mkma"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-tibble" ,r-tibble)
|
`(("r-tibble" ,r-tibble)
|
||||||
("r-lazyeval" ,r-lazyeval)
|
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-rcpp" ,r-rcpp)))
|
("r-rlang" ,r-rlang)))
|
||||||
(home-page "https://github.com/hadley/purrr")
|
(home-page "https://github.com/hadley/purrr")
|
||||||
(synopsis "Functional programming tools")
|
(synopsis "Functional programming tools")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue