gnu: r-quanteda: Update to 4.0.1.
* gnu/packages/cran.scm (r-quanteda): Update to 4.0.1. [inputs]: Add tbb. [propagated-inputs]: Remove r-rcppparallel; add r-lifecycle. [native-inputs]: Add pkg-config. Change-Id: I988b076f65801c9e9f7ebe3fa6d19566aea6308amaster
parent
1fc8488c95
commit
7bd16ee23b
|
@ -31767,31 +31767,32 @@ Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
|
||||||
(define-public r-quanteda
|
(define-public r-quanteda
|
||||||
(package
|
(package
|
||||||
(name "r-quanteda")
|
(name "r-quanteda")
|
||||||
(version "3.3.1")
|
(version "4.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "quanteda" version))
|
(uri (cran-uri "quanteda" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rj13m0fmk0h9akmqwwp7nkwrvym7sj97jgvjr4mvi3sglq451b2"))))
|
"0m0iw7vm9v7dcrh9yd56kr0vagas1czqgbn2ybyxg86nwcrl73qq"))))
|
||||||
(properties `((upstream-name . "quanteda")))
|
(properties `((upstream-name . "quanteda")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-fastmatch
|
(list r-fastmatch
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
|
r-lifecycle
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-matrix
|
r-matrix
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcpparmadillo
|
r-rcpparmadillo
|
||||||
r-rcppparallel
|
|
||||||
r-snowballc
|
r-snowballc
|
||||||
r-stopwords
|
r-stopwords
|
||||||
r-stringi
|
r-stringi
|
||||||
r-xml2
|
r-xml2
|
||||||
r-yaml))
|
r-yaml))
|
||||||
|
(inputs (list tbb))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list pkg-config r-knitr))
|
||||||
(home-page "https://quanteda.io")
|
(home-page "https://quanteda.io")
|
||||||
(synopsis "Quantitative analysis of textual data")
|
(synopsis "Quantitative analysis of textual data")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue