mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
gnu: r-tidytext: Update to 0.2.5.
* gnu/packages/cran.scm (r-tidytext): Update to 0.2.5. [propagated-inputs]: Remove r-stopwords; add r-tibble.
This commit is contained in:
parent
0fa58b2488
commit
f5d7f42ae2
1 changed files with 3 additions and 3 deletions
|
@ -24025,14 +24025,14 @@ (define-public r-hunspell
|
||||||
(define-public r-tidytext
|
(define-public r-tidytext
|
||||||
(package
|
(package
|
||||||
(name "r-tidytext")
|
(name "r-tidytext")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tidytext" version))
|
(uri (cran-uri "tidytext" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gck3f039qkpkwn92jlyfan76w0xydg17bh6nsg9qlba7c35kzs6"))))
|
"0kwbpffdnqrb6hgrrmrfnx890imbzvp5bs6sj1k72if28qijarm5"))))
|
||||||
(properties `((upstream-name . "tidytext")))
|
(properties `((upstream-name . "tidytext")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -24043,8 +24043,8 @@ (define-public r-tidytext
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
("r-purrr" ,r-purrr)
|
("r-purrr" ,r-purrr)
|
||||||
("r-rlang" ,r-rlang)
|
("r-rlang" ,r-rlang)
|
||||||
("r-stopwords" ,r-stopwords)
|
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
|
("r-tibble" ,r-tibble)
|
||||||
("r-tokenizers" ,r-tokenizers)))
|
("r-tokenizers" ,r-tokenizers)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
|
Loading…
Reference in a new issue