[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/104: gnu: r-devtools: Update to 2.1.0.
From: |
guix-commits |
Subject: |
13/104: gnu: r-devtools: Update to 2.1.0. |
Date: |
Tue, 6 Aug 2019 09:50:20 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 78896ba23bb5b74ac2d76e30438b1b78b4638cd4
Author: Ricardo Wurmus <address@hidden>
Date: Tue Aug 6 13:48:26 2019 +0200
gnu: r-devtools: Update to 2.1.0.
* gnu/packages/statistics.scm (r-devtools): Update to 2.1.0.
[propagated-inputs]: Add r-roxygen2 and r-testthat.
---
gnu/packages/statistics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7cb0ed9..75b12df 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2436,13 +2436,13 @@ informative error messages when it's not available.")
(define-public r-devtools
(package
(name "r-devtools")
- (version "2.0.2")
+ (version "2.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "devtools" version))
(sha256
(base32
- "028pppj39ng7q17k27531s8k00lmw982vz5krn74n9b8f2azm8lr"))))
+ "0393v7nr22gr5g9afgrhq4ab3lwbqy6fd3shnmlhdpqam5357xy1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)
@@ -2455,9 +2455,11 @@ informative error messages when it's not available.")
("r-pkgbuild" ,r-pkgbuild)
("r-pkgload" ,r-pkgload)
("r-rcmdcheck" ,r-rcmdcheck)
+ ("r-roxygen2" ,r-roxygen2)
("r-remotes" ,r-remotes)
("r-rstudioapi" ,r-rstudioapi)
("r-sessioninfo" ,r-sessioninfo)
+ ("r-testthat" ,r-testthat)
("r-usethis" ,r-usethis)
("r-withr" ,r-withr)))
(home-page "https://github.com/hadley/devtools")
- 07/104: gnu: r-coda: Update to 0.19-3., (continued)
- 07/104: gnu: r-coda: Update to 0.19-3., guix-commits, 2019/08/06
- 09/104: gnu: r-checkmate: Update to 1.9.4., guix-commits, 2019/08/06
- 01/104: gnu: r-boot: Update to 1.3-23., guix-commits, 2019/08/06
- 03/104: gnu: r-nlme: Update to 3.1-141., guix-commits, 2019/08/06
- 02/104: gnu: r-foreign: Update to 0.8-72., guix-commits, 2019/08/06
- 10/104: gnu: r-openssl: Update to 1.4.1., guix-commits, 2019/08/06
- 15/104: gnu: r-rcpparmadillo: Update to 0.9.600.4.0., guix-commits, 2019/08/06
- 08/104: gnu: r-xml2: Update to 1.2.1., guix-commits, 2019/08/06
- 12/104: gnu: r-git2r: Update to 0.26.1., guix-commits, 2019/08/06
- 18/104: gnu: r-rsqlite: Update to 2.1.2., guix-commits, 2019/08/06
- 13/104: gnu: r-devtools: Update to 2.1.0.,
guix-commits <=
- 14/104: gnu: r-hms: Update to 0.5.0., guix-commits, 2019/08/06
- 06/104: gnu: r-dplyr: Update to 0.8.3., guix-commits, 2019/08/06
- 16/104: gnu: r-rmarkdown: Update to 1.14., guix-commits, 2019/08/06
- 17/104: gnu: r-blob: Update to 1.2.0., guix-commits, 2019/08/06
- 22/104: gnu: r-domc: Update to 1.3.6., guix-commits, 2019/08/06
- 23/104: gnu: r-rngtools: Update to 1.4., guix-commits, 2019/08/06
- 24/104: gnu: r-cowplot: Update to 1.0.0., guix-commits, 2019/08/06
- 28/104: gnu: r-pbapply: Update to 1.4-1., guix-commits, 2019/08/06
- 25/104: gnu: r-fastica: Update to 1.2-2., guix-commits, 2019/08/06
- 27/104: gnu: r-robust: Update to 0.4-18.1., guix-commits, 2019/08/06