[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/21: gnu: r-devtools: Update to 2.2.0.
From: |
guix-commits |
Subject: |
06/21: gnu: r-devtools: Update to 2.2.0. |
Date: |
Sat, 7 Sep 2019 18:30:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2b705168e99a21c777353d028150cc4e03abceb1
Author: Ricardo Wurmus <address@hidden>
Date: Sun Sep 8 00:19:15 2019 +0200
gnu: r-devtools: Update to 2.2.0.
* gnu/packages/statistics.scm (r-devtools): Update to 2.2.0.
[propagated-inputs]: Add r-covr, r-crayon, r-desc, r-dt, r-ellipsis, r-glue,
and r-rversions.
---
gnu/packages/statistics.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a532c37..03640a2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2438,18 +2438,24 @@ informative error messages when it's not available.")
(define-public r-devtools
(package
(name "r-devtools")
- (version "2.1.0")
+ (version "2.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "devtools" version))
(sha256
(base32
- "0393v7nr22gr5g9afgrhq4ab3lwbqy6fd3shnmlhdpqam5357xy1"))))
+ "05fag25mkqy13yja8x32aqr9c0ah9rbm8cfjcsmy1dv5h4j8cxa1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)
("r-cli" ,r-cli)
+ ("r-covr" ,r-covr)
+ ("r-crayon" ,r-crayon)
+ ("r-desc" ,r-desc)
("r-digest" ,r-digest)
+ ("r-dt" ,r-dt)
+ ("r-ellipsis" ,r-ellipsis)
+ ("r-glue" ,r-glue)
("r-git2r" ,r-git2r)
("r-httr" ,r-httr)
("r-jsonlite" ,r-jsonlite)
@@ -2460,6 +2466,7 @@ informative error messages when it's not available.")
("r-roxygen2" ,r-roxygen2)
("r-remotes" ,r-remotes)
("r-rstudioapi" ,r-rstudioapi)
+ ("r-rversions" ,r-rversions)
("r-sessioninfo" ,r-sessioninfo)
("r-testthat" ,r-testthat)
("r-usethis" ,r-usethis)
- branch master updated (1d03a91 -> f791b1e), guix-commits, 2019/09/07
- 04/21: gnu: Add r-tidygraph., guix-commits, 2019/09/07
- 01/21: gnu: Add r-covr., guix-commits, 2019/09/07
- 02/21: gnu: Add r-systemfonts., guix-commits, 2019/09/07
- 03/21: gnu: Add r-graphlayouts., guix-commits, 2019/09/07
- 13/21: gnu: r-ggformula: Update to 0.9.2., guix-commits, 2019/09/07
- 07/21: gnu: r-rcpparmadillo: Update to 0.9.700.2.0., guix-commits, 2019/09/07
- 05/21: gnu: r-gdtools: Update to 0.2.0., guix-commits, 2019/09/07
- 19/21: gnu: r-gprofiler: Update to 0.6.8., guix-commits, 2019/09/07
- 18/21: gnu: r-annotationhub: Update to 2.16.1., guix-commits, 2019/09/07
- 06/21: gnu: r-devtools: Update to 2.2.0.,
guix-commits <=
- 11/21: gnu: r-ggpubr: Update to 0.2.3., guix-commits, 2019/09/07
- 08/21: gnu: r-matrixstats: Update to 0.55.0., guix-commits, 2019/09/07
- 10/21: gnu: r-geometry: Update to 0.4.4., guix-commits, 2019/09/07
- 12/21: gnu: r-insight: Update to 0.5.0., guix-commits, 2019/09/07
- 16/21: gnu: r-ggraph: Update to 2.0.0., guix-commits, 2019/09/07
- 17/21: gnu: r-edger: Update to 3.26.8., guix-commits, 2019/09/07
- 14/21: gnu: r-ggeffects: Update to 0.12.0., guix-commits, 2019/09/07
- 21/21: gnu: r-rsubread: Update to 1.34.7., guix-commits, 2019/09/07
- 15/21: gnu: r-msigdbr: Update to 7.0.1., guix-commits, 2019/09/07
- 09/21: gnu: r-feather: Update to 0.3.4., guix-commits, 2019/09/07