[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
182/214: gnu: r-roxygen2: Update to 7.2.0.
From: |
guix-commits |
Subject: |
182/214: gnu: r-roxygen2: Update to 7.2.0. |
Date: |
Sat, 28 May 2022 04:37:54 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit d03013ac10bffddad144f1d00dc0d99817f24387
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:56 2022 +0200
gnu: r-roxygen2: Update to 7.2.0.
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.2.0.
[propagated-inputs]: Add r-cli and r-withr.
---
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 48c510e388..f277a5e079 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2421,16 +2421,17 @@ tables, autolinks and strikethrough text.")
(define-public r-roxygen2
(package
(name "r-roxygen2")
- (version "7.1.2")
+ (version "7.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "roxygen2" version))
(sha256
(base32
- "1zf55wywlpy7mk7zfyi3s9fhhg1m9kvafzj46iqw5cbvnlg3ssdk"))))
+ "12s436jn7aagjpc2lnlrhzwqgsdl8lbbwhkddih6rnxrczawzgrf"))))
(build-system r-build-system)
(propagated-inputs
(list r-brew
+ r-cli
r-commonmark
r-cpp11
r-desc
@@ -2442,6 +2443,7 @@ tables, autolinks and strikethrough text.")
r-rlang
r-stringi
r-stringr
+ r-withr
r-xml2))
(native-inputs
(list r-knitr))
- 173/214: gnu: r-mass: Update to 7.3-57., (continued)
- 173/214: gnu: r-mass: Update to 7.3-57., guix-commits, 2022/05/28
- 192/214: gnu: r-bigmemory: Update to 4.6.1., guix-commits, 2022/05/28
- 184/214: gnu: r-httr: Update to 1.4.3., guix-commits, 2022/05/28
- 188/214: gnu: r-segmented: Update to 1.5-0., guix-commits, 2022/05/28
- 197/214: gnu: r-gplots: Update to 3.1.3., guix-commits, 2022/05/28
- 210/214: gnu: r-desctools: Update to 0.99.45., guix-commits, 2022/05/28
- 211/214: gnu: r-binom: Update to 1.1-1.1., guix-commits, 2022/05/28
- 162/214: gnu: r-qdapregex: Update to 0.7.5., guix-commits, 2022/05/28
- 171/214: gnu: r-zoolog: Update to 1.0.1., guix-commits, 2022/05/28
- 163/214: gnu: r-pdftools: Update to 3.2.1., guix-commits, 2022/05/28
- 182/214: gnu: r-roxygen2: Update to 7.2.0.,
guix-commits <=
- 185/214: gnu: r-rcpparmadillo: Update to 0.11.1.1.0., guix-commits, 2022/05/28
- 168/214: gnu: r-tensorflow: Update to 2.9.0., guix-commits, 2022/05/28
- 191/214: gnu: r-rtsne: Update to 0.16., guix-commits, 2022/05/28
- 205/214: gnu: r-car: Update to 3.0-13., guix-commits, 2022/05/28
- 199/214: gnu: r-randomforest: Update to 4.7-1.1., guix-commits, 2022/05/28
- 207/214: gnu: r-clubsandwich: Update to 0.5.6., guix-commits, 2022/05/28
- 214/214: gnu: r-biostrings: Patch for R 4.2.0., guix-commits, 2022/05/28
- 10/214: gnu: r-mboost: Update to 2.9-7., guix-commits, 2022/05/28
- 157/214: gnu: r-paradox: Update to 0.9.0., guix-commits, 2022/05/28