mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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: I988b076f65801c9e9f7ebe3fa6d19566aea6308a
This commit is contained in:
parent
1fc8488c95
commit
7bd16ee23b
1 changed files with 5 additions and 4 deletions
|
@ -31767,31 +31767,32 @@ (define-public r-snowballc
|
|||
(define-public r-quanteda
|
||||
(package
|
||||
(name "r-quanteda")
|
||||
(version "3.3.1")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "quanteda" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rj13m0fmk0h9akmqwwp7nkwrvym7sj97jgvjr4mvi3sglq451b2"))))
|
||||
"0m0iw7vm9v7dcrh9yd56kr0vagas1czqgbn2ybyxg86nwcrl73qq"))))
|
||||
(properties `((upstream-name . "quanteda")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-fastmatch
|
||||
r-jsonlite
|
||||
r-lifecycle
|
||||
r-magrittr
|
||||
r-matrix
|
||||
r-rcpp
|
||||
r-rcpparmadillo
|
||||
r-rcppparallel
|
||||
r-snowballc
|
||||
r-stopwords
|
||||
r-stringi
|
||||
r-xml2
|
||||
r-yaml))
|
||||
(inputs (list tbb))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list pkg-config r-knitr))
|
||||
(home-page "https://quanteda.io")
|
||||
(synopsis "Quantitative analysis of textual data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue