[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/22: gnu: r-usethis: Update to 1.5.0.
From: |
guix-commits |
Subject: |
06/22: gnu: r-usethis: Update to 1.5.0. |
Date: |
Thu, 11 Apr 2019 17:37:36 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3517101521eecb2f8ed915eefc335fe21f5b46d4
Author: Ricardo Wurmus <address@hidden>
Date: Thu Apr 11 22:59:30 2019 +0200
gnu: r-usethis: Update to 1.5.0.
* gnu/packages/cran.scm (r-usethis): Update to 1.5.0.
[propagated-inputs]: Add r-purrr, r-withr, and r-yaml.
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1529834..2d6010b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7979,14 +7979,14 @@ terminals that do not support Unicode.")
(define-public r-usethis
(package
(name "r-usethis")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "usethis" version))
(sha256
(base32
- "1gadckx3sxz9gxvpkprj9x7zcgg2nz5m4q0vi76ya9li1v03rwwn"))))
+ "0pn6ka3726psaqlx573g6nxi90apf0rn5m4k2lz1jr66xdc19sag"))))
(build-system r-build-system)
(propagated-inputs
`(("r-clipr" ,r-clipr)
@@ -7998,10 +7998,13 @@ terminals that do not support Unicode.")
("r-gh" ,r-gh)
("r-git2r" ,r-git2r)
("r-glue" ,r-glue)
+ ("r-purrr" ,r-purrr)
("r-rlang" ,r-rlang)
("r-rprojroot" ,r-rprojroot)
("r-rstudioapi" ,r-rstudioapi)
- ("r-whisker" ,r-whisker)))
+ ("r-whisker" ,r-whisker)
+ ("r-withr" ,r-withr)
+ ("r-yaml" ,r-yaml)))
(home-page "https://github.com/r-lib/usethis")
(synopsis "Automate R package and project setup")
(description
- 14/22: gnu: r-ggplot2: Update to 3.1.1., (continued)
- 14/22: gnu: r-ggplot2: Update to 3.1.1., guix-commits, 2019/04/11
- 08/22: gnu: r-summarytools: Update to 0.9.3., guix-commits, 2019/04/11
- 16/22: gnu: r-data-table: Update to 1.12.2., guix-commits, 2019/04/11
- 09/22: gnu: r-huge: Update to 1.3.2., guix-commits, 2019/04/11
- 10/22: gnu: r-reinforcelearn: Update to 0.2.1., guix-commits, 2019/04/11
- 12/22: gnu: r-pracma: Update to 2.2.5., guix-commits, 2019/04/11
- 13/22: gnu: r-nlme: Update to 3.1-139., guix-commits, 2019/04/11
- 11/22: gnu: r-wgcna: Update to 1.67., guix-commits, 2019/04/11
- 15/22: gnu: r-rlang: Update to 0.3.4., guix-commits, 2019/04/11
- 22/22: gnu: r-ggthemes: Update to 4.1.1., guix-commits, 2019/04/11
- 06/22: gnu: r-usethis: Update to 1.5.0.,
guix-commits <=
- 19/22: gnu: r-devtools: Update to 2.0.2., guix-commits, 2019/04/11
- 21/22: gnu: r-plotly: Update to 4.9.0., guix-commits, 2019/04/11
- 17/22: gnu: r-rversions: Update to 1.1.0., guix-commits, 2019/04/11
- 18/22: gnu: r-backports: Update to 1.1.4., guix-commits, 2019/04/11
- 07/22: gnu: r-remotes: Update to 2.0.4., guix-commits, 2019/04/11
- 20/22: gnu: r-plotrix: Update to 3.7-5., guix-commits, 2019/04/11