[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/39: gnu: r-stopwords: Update to 2.0.
From: |
guix-commits |
Subject: |
36/39: gnu: r-stopwords: Update to 2.0. |
Date: |
Mon, 27 Apr 2020 11:40:40 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 04f993511ae52354be884efda5ae4ad7fe3727ab
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:31:17 2020 +0200
gnu: r-stopwords: Update to 2.0.
* gnu/packages/cran.scm (r-stopwords): Update to 2.0.
[propagated-inputs]: Add r-desc and r-usethis.
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7ba591c..aaf3cd6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19739,17 +19739,20 @@ character codes as well as the UN M.49 area codes.")
(define-public r-stopwords
(package
(name "r-stopwords")
- (version "1.0")
+ (version "2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "stopwords" version))
(sha256
(base32
- "1nmi0bpd0c238g5b8ch1v034m5ng9llhs519cgxdrj3sh9fplwlv"))))
+ "155g00ansyqfpp1mzd2q6mn0k214xinf78nww2368h24kz761jjw"))))
(properties `((upstream-name . "stopwords")))
(build-system r-build-system)
- (propagated-inputs `(("r-isocodes" ,r-isocodes)))
+ (propagated-inputs
+ `(("r-desc" ,r-desc)
+ ("r-isocodes" ,r-isocodes)
+ ("r-usethis" ,r-usethis)))
(home-page "https://github.com/quanteda/stopwords")
(synopsis "Multilingual stopword lists")
(description
- 17/39: gnu: r-tinytex: Update to 0.22., (continued)
- 17/39: gnu: r-tinytex: Update to 0.22., guix-commits, 2020/04/27
- 18/39: gnu: r-insight: Update to 0.8.3., guix-commits, 2020/04/27
- 19/39: gnu: r-raster: Update to 3.1-5., guix-commits, 2020/04/27
- 27/39: gnu: r-future-apply: Update to 1.5.0., guix-commits, 2020/04/27
- 31/39: gnu: r-dalex: Update to 1.2.0., guix-commits, 2020/04/27
- 34/39: gnu: r-abtest: Update to 0.2.1., guix-commits, 2020/04/27
- 28/39: gnu: r-sf: Update to 0.9-2., guix-commits, 2020/04/27
- 30/39: gnu: r-rex: Update to 1.2.0., guix-commits, 2020/04/27
- 32/39: gnu: r-systemfonts: Update to 0.2.0., guix-commits, 2020/04/27
- 35/39: gnu: r-fda: Update to 5.1.4., guix-commits, 2020/04/27
- 36/39: gnu: r-stopwords: Update to 2.0.,
guix-commits <=
- 33/39: gnu: Add r-qgam., guix-commits, 2020/04/27
- 37/39: gnu: r-topicmodels: Update to 0.2-11., guix-commits, 2020/04/27
- 39/39: gnu: r-hdf5array: Update to 1.14.4., guix-commits, 2020/04/27
- 29/39: gnu: r-optparse: Update to 1.6.6., guix-commits, 2020/04/27
- 38/39: gnu: r-seurat: Update to 3.1.5., guix-commits, 2020/04/27