[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/37: gnu: r-quanteda: Update to 2.1.0.
From: |
guix-commits |
Subject: |
11/37: gnu: r-quanteda: Update to 2.1.0. |
Date: |
Thu, 16 Jul 2020 04:42:37 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e9d906748df7156d7a179608dbb7534834f5501e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 10 17:49:57 2020 +0200
gnu: r-quanteda: Update to 2.1.0.
* gnu/packages/cran.scm (r-quanteda): Update to 2.1.0.
[propagated-inputs]: Add r-digest.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3dfa166..6c76c5e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20175,18 +20175,19 @@ Norwegian, Portuguese, Romanian, Russian, Spanish,
Swedish and Turkish.")
(define-public r-quanteda
(package
(name "r-quanteda")
- (version "2.0.1")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "quanteda" version))
(sha256
(base32
- "0pym6vdzqbkyj87m3pla229092xvvx4j830x67qflxzzdmc9dzhz"))))
+ "0qxvm75g6r0d1clj8b19gjqwkfrqypapf4zysb8nyfbmn33h8xc7"))))
(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)
- branch master updated (03f9a8c -> d57ce20), guix-commits, 2020/07/16
- 01/37: gnu: Add tao., guix-commits, 2020/07/16
- 02/37: gnu: r-variancepartition: Update to 1.18.2., guix-commits, 2020/07/16
- 03/37: gnu: r-rhdf5: Update to 2.32.2., guix-commits, 2020/07/16
- 04/37: gnu: r-delayedmatrixstats: Update to 1.10.1., guix-commits, 2020/07/16
- 05/37: gnu: r-rcpp: Update to 1.0.5., guix-commits, 2020/07/16
- 06/37: gnu: r-getoptlong: Update to 1.0.2., guix-commits, 2020/07/16
- 08/37: gnu: r-doby: Update to 4.6.7., guix-commits, 2020/07/16
- 11/37: gnu: r-quanteda: Update to 2.1.0.,
guix-commits <=
- 07/37: gnu: r-cubature: Update to 2.0.4.1., guix-commits, 2020/07/16
- 10/37: gnu: r-nonnest2: Update to 0.5-5., guix-commits, 2020/07/16
- 12/37: gnu: r-iheatmapr: Update to 0.5.0., guix-commits, 2020/07/16
- 16/37: gnu: r-svglite: Update to 1.2.3.2., guix-commits, 2020/07/16
- 09/37: gnu: r-future: Update to 1.18.0., guix-commits, 2020/07/16
- 13/37: gnu: r-rstantools: Update to 2.1.1., guix-commits, 2020/07/16
- 14/37: gnu: r-loo: Update to 2.3.0., guix-commits, 2020/07/16
- 17/37: gnu: r-tibble: Update to 3.0.2., guix-commits, 2020/07/16
- 20/37: gnu: r-cairo: Update to 1.5-12.2., guix-commits, 2020/07/16
- 22/37: gnu: r-rsubread: Update to 2.2.4., guix-commits, 2020/07/16