[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/86: gnu: r-quanteda: Update to 3.0.0.
From: |
guix-commits |
Subject: |
48/86: gnu: r-quanteda: Update to 3.0.0. |
Date: |
Wed, 7 Apr 2021 21:22:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 13aca4c035d36e44d871fc84d15c6a393a6cda70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:25:59 2021 +0200
gnu: r-quanteda: Update to 3.0.0.
* gnu/packages/cran.scm (r-quanteda): Update to 3.0.0.
[propagated-inputs]: Remove r-data-table, r-digest, r-extrafont, r-ggplot2,
r-ggrepel, r-jsonlite, r-network, r-proxyc, and r-sna.
---
gnu/packages/cran.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 109ecdd..b208ba6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22054,32 +22054,23 @@ Norwegian, Portuguese, Romanian, Russian, Spanish,
Swedish and Turkish.")
(define-public r-quanteda
(package
(name "r-quanteda")
- (version "2.1.2")
+ (version "3.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "quanteda" version))
(sha256
(base32
- "13rjwgmg5v1dbryrs9ifyy76s5ib6wrbrm2y5af44vhf1h6p9cvy"))))
+ "0b1jfkdhpsg5jhjz4p0nf4cmi9p8w40wv3i2f17jf2x1n1y2hjj8"))))
(properties `((upstream-name . "quanteda")))
(build-system r-build-system)
(propagated-inputs
- `(("r-data-table" ,r-data-table)
- ("r-digest" ,r-digest)
- ("r-extrafont" ,r-extrafont)
- ("r-fastmatch" ,r-fastmatch)
- ("r-ggplot2" ,r-ggplot2)
- ("r-ggrepel" ,r-ggrepel)
- ("r-jsonlite" ,r-jsonlite)
+ `(("r-fastmatch" ,r-fastmatch)
("r-magrittr" ,r-magrittr)
("r-matrix" ,r-matrix)
- ("r-network" ,r-network)
- ("r-proxyc" ,r-proxyc)
("r-rcpp" ,r-rcpp)
("r-rcpparmadillo" ,r-rcpparmadillo)
("r-rcppparallel" ,r-rcppparallel)
- ("r-sna" ,r-sna)
("r-snowballc" ,r-snowballc)
("r-stopwords" ,r-stopwords)
("r-stringi" ,r-stringi)
- 14/86: gnu: r-tinytex: Update to 0.31., (continued)
- 14/86: gnu: r-tinytex: Update to 0.31., guix-commits, 2021/04/07
- 13/86: gnu: r-vctrs: Update to 0.3.7., guix-commits, 2021/04/07
- 16/86: gnu: r-arules: Update to 1.6-7., guix-commits, 2021/04/07
- 22/86: gnu: r-magick: Update to 2.7.1., guix-commits, 2021/04/07
- 27/86: gnu: r-gert: Update to 1.3.0., guix-commits, 2021/04/07
- 30/86: gnu: r-biocmanager: Update to 1.30.12., guix-commits, 2021/04/07
- 37/86: gnu: r-rms: Update to 6.2-0., guix-commits, 2021/04/07
- 42/86: gnu: r-gamlss-data: Update to 6.0-1., guix-commits, 2021/04/07
- 41/86: gnu: r-dalex: Update to 2.2.0., guix-commits, 2021/04/07
- 44/86: gnu: r-actuar: Update to 3.1-2., guix-commits, 2021/04/07
- 48/86: gnu: r-quanteda: Update to 3.0.0.,
guix-commits <=
- 52/86: gnu: r-shapforxgboost: Update to 0.1.1., guix-commits, 2021/04/07
- 56/86: gnu: r-spatstat-geom: Update to 2.0-1., guix-commits, 2021/04/07
- 57/86: gnu: r-spatstat-core: Update to 2.0-0., guix-commits, 2021/04/07
- 58/86: gnu: r-spatstat-linnet: Update to 2.1-1., guix-commits, 2021/04/07
- 63/86: gnu: r-slider: Update to 0.2.1., guix-commits, 2021/04/07
- 79/86: gnu: r-xml: Update to 3.99-0.6., guix-commits, 2021/04/07
- 64/86: gnu: r-tidyposterior: Update to 0.1.0., guix-commits, 2021/04/07
- 70/86: gnu: r-bbotk: Update to 0.3.2., guix-commits, 2021/04/07
- 77/86: gnu: r-catools: Update to 1.18.2., guix-commits, 2021/04/07
- 83/86: etc/committer: Handle package additions., guix-commits, 2021/04/07