[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/74: gnu: r-evaluate: Update to 0.13.
From: |
guix-commits |
Subject: |
28/74: gnu: r-evaluate: Update to 0.13. |
Date: |
Thu, 7 Mar 2019 17:53:05 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 1f7a76a0c164ecf9b4a153ce0c8ce828db255893
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 7 23:35:28 2019 +0100
gnu: r-evaluate: Update to 0.13.
* gnu/packages/statistics.scm (r-evaluate): Update to 0.13.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 24aef99..3be9a46 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1310,13 +1310,13 @@ for template use among CRAN packages.")
(define-public r-evaluate
(package
(name "r-evaluate")
- (version "0.12")
+ (version "0.13")
(source (origin
(method url-fetch)
(uri (cran-uri "evaluate" version))
(sha256
(base32
- "11rpn40153kcvqqrfhg2ldqfs68frg6yzsl0k3rxnlnv4c0v008g"))))
+ "0igvc27rsqxcswjb9slnpi5d509rffxn1y5d82hgqvv970nl3p2q"))))
(build-system r-build-system)
(home-page "https://github.com/hadley/evaluate")
(synopsis "Parsing and evaluation tools for R")
- 37/74: gnu: r-bigrquery: Update to 1.1.0., (continued)
- 37/74: gnu: r-bigrquery: Update to 1.1.0., guix-commits, 2019/03/07
- 51/74: gnu: r-reticulate: Update to 1.11.1., guix-commits, 2019/03/07
- 52/74: gnu: r-maptools: Update to 0.9-5., guix-commits, 2019/03/07
- 47/74: gnu: r-slam: Update to 0.1-45., guix-commits, 2019/03/07
- 53/74: gnu: r-zip: Update to 2.0.0., guix-commits, 2019/03/07
- 74/74: gnu: r-ggmap: Update to 3.0.0., guix-commits, 2019/03/07
- 60/74: gnu: r-metap: Update to 1.1., guix-commits, 2019/03/07
- 61/74: gnu: r-xfun: Update to 0.5., guix-commits, 2019/03/07
- 68/74: gnu: r-haven: Update to 2.1.0., guix-commits, 2019/03/07
- 70/74: gnu: r-flextable: Update to 0.5.1., guix-commits, 2019/03/07
- 28/74: gnu: r-evaluate: Update to 0.13.,
guix-commits <=