gnu: r-forcats: Update to 0.3.0.
* gnu/packages/statistics.scm (r-forcats): Update to 0.3.0. [propagated-inputs]: Add r-rlang.
This commit is contained in:
parent
e5e56cc9eb
commit
8cc41c8ff5
1 changed files with 4 additions and 3 deletions
|
@ -5411,18 +5411,19 @@ (define-public r-fdrtool
|
||||||
(define-public r-forcats
|
(define-public r-forcats
|
||||||
(package
|
(package
|
||||||
(name "r-forcats")
|
(name "r-forcats")
|
||||||
(version "0.2.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "forcats" version))
|
(uri (cran-uri "forcats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mvwkynvvgz2vi8dyz11x7xrp53kadjawjcja34hwk1d89qf7g5m"))))
|
"0mxn1hng43zdjh1v8shd80hrszrqahcpaqxs1s1sif0qxh84d0cm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-magrittr" ,r-magrittr)
|
`(("r-magrittr" ,r-magrittr)
|
||||||
("r-tibble" ,r-tibble)))
|
("r-tibble" ,r-tibble)
|
||||||
|
("r-rlang" ,r-rlang)))
|
||||||
(home-page "http://forcats.tidyverse.org")
|
(home-page "http://forcats.tidyverse.org")
|
||||||
(synopsis "Tools for working with factors")
|
(synopsis "Tools for working with factors")
|
||||||
(description "This package provides helpers for reordering factor
|
(description "This package provides helpers for reordering factor
|
||||||
|
|
Loading…
Reference in a new issue