[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: r-testthat: Update to 2.1.1.
From: |
guix-commits |
Subject: |
10/12: gnu: r-testthat: Update to 2.1.1. |
Date: |
Wed, 24 Apr 2019 11:05:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3cc8f66e95e6984c51eb35410981081066c7b7de
Author: Ricardo Wurmus <address@hidden>
Date: Wed Apr 24 13:09:11 2019 +0200
gnu: r-testthat: Update to 2.1.1.
* gnu/packages/statistics.scm (r-testthat): Update to 2.1.1.
---
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 fac4c51..c7bf3a4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1586,13 +1586,13 @@ R packages that praise their users.")
(define-public r-testthat
(package
(name "r-testthat")
- (version "2.0.1")
+ (version "2.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "testthat" version))
(sha256
(base32
- "1cafy5xsjx6m08s45456mjsal7mfxzwpbrds0p4z3gwam948gpzy"))))
+ "03jgr0hlr77yp0aib4v30yjyjrjsa8dczr02yk21m93vl25vqvkp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)
- branch master updated (5f88d81 -> 190dc09), guix-commits, 2019/04/24
- 04/12: gnu: r-fields: Update to 9.7., guix-commits, 2019/04/24
- 03/12: gnu: r-splitstackshape: Update to 1.4.8., guix-commits, 2019/04/24
- 07/12: gnu: r-ggforce: Update to 0.2.2., guix-commits, 2019/04/24
- 09/12: gnu: r-igraph: Update to 1.2.4.1., guix-commits, 2019/04/24
- 11/12: gnu: r-dbplyr: Update to 1.4.0., guix-commits, 2019/04/24
- 01/12: gnu: r-sys: Update to 3.2., guix-commits, 2019/04/24
- 08/12: gnu: r-pamr: Update to 1.56.1., guix-commits, 2019/04/24
- 06/12: gnu: r-rms: Update to 5.1-3.1., guix-commits, 2019/04/24
- 10/12: gnu: r-testthat: Update to 2.1.1.,
guix-commits <=
- 12/12: gnu: r-xtable: Update to 1.8-4., guix-commits, 2019/04/24
- 02/12: gnu: r-emmeans: Update to 1.3.4., guix-commits, 2019/04/24
- 05/12: gnu: r-genetics: Update to 1.3.8.1.2., guix-commits, 2019/04/24