[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/42: gnu: r-devtools: Update to 2.3.0.
From: |
guix-commits |
Subject: |
07/42: gnu: r-devtools: Update to 2.3.0. |
Date: |
Tue, 14 Apr 2020 10:44:29 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5269899aacd897aedc3defb2022e4655281c3779
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:00:14 2020 +0200
gnu: r-devtools: Update to 2.3.0.
* gnu/packages/statistics.scm (r-devtools): Update to 2.3.0.
[native-inputs]: Add r-knitr.
---
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 82eb823..0269fe9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2401,13 +2401,13 @@ informative error messages when it's not available.")
(define-public r-devtools
(package
(name "r-devtools")
- (version "2.2.2")
+ (version "2.3.0")
(source (origin
(method url-fetch)
(uri (cran-uri "devtools" version))
(sha256
(base32
- "1bhb2j8ilpdzwd0c678mcgfpdw88vncsjma79afcikxmzcsz9279"))))
+ "1l6w765q180bg5mmdq5k2ymf6apz7ldhnknzf6ynfp1kf70pbhsg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)
@@ -2435,6 +2435,8 @@ informative error messages when it's not available.")
("r-testthat" ,r-testthat)
("r-usethis" ,r-usethis)
("r-withr" ,r-withr)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/hadley/devtools")
(synopsis "Tools to make developing R packages easier")
(description "The devtools package is a collection of package development
- 29/42: gnu: r-parameters: Update to 0.6.1., (continued)
- 29/42: gnu: r-parameters: Update to 0.6.1., guix-commits, 2020/04/14
- 40/42: gnu: r-atacseqqc: Update to 1.10.4., guix-commits, 2020/04/14
- 41/42: gnu: r-rcpparmadillo: Update to 0.9.860.2.0., guix-commits, 2020/04/14
- 10/42: gnu: r-mclust: Update to 5.4.6., guix-commits, 2020/04/14
- 11/42: gnu: r-lme4: Update to 1.1-23., guix-commits, 2020/04/14
- 42/42: gnu: r-glue: Update to 1.4.0., guix-commits, 2020/04/14
- 24/42: gnu: r-compositions: Update to 1.40-5., guix-commits, 2020/04/14
- 21/42: gnu: r-fs: Update to 1.4.1., guix-commits, 2020/04/14
- 23/42: gnu: r-lmertest: Update to 3.1-2., guix-commits, 2020/04/14
- 30/42: gnu: r-txtplot: Update to 1.0-4., guix-commits, 2020/04/14
- 07/42: gnu: r-devtools: Update to 2.3.0.,
guix-commits <=
- 06/42: gnu: r-backports: Update to 1.1.6., guix-commits, 2020/04/14
- 08/42: gnu: r-plotly: Update to 4.9.2.1., guix-commits, 2020/04/14
- 22/42: gnu: r-usethis: Update to 1.6.0., guix-commits, 2020/04/14
- 31/42: gnu: r-lhs: Update to 1.0.2., guix-commits, 2020/04/14
- 32/42: gnu: r-anthropometry: Update to 1.14., guix-commits, 2020/04/14
- 36/42: gnu: r-delayedarray: Update to 0.12.3., guix-commits, 2020/04/14
- 35/42: gnu: r-s4vectors: Update to 0.24.4., guix-commits, 2020/04/14
- 16/42: gnu: r-arules: Update to 1.6-5., guix-commits, 2020/04/14
- 15/42: gnu: r-xfun: Update to 0.13., guix-commits, 2020/04/14
- 33/42: gnu: r-isoband: Update to 0.2.1., guix-commits, 2020/04/14