[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
192/212: gnu: r-knitr: Update to 1.42.
From: |
guix-commits |
Subject: |
192/212: gnu: r-knitr: Update to 1.42. |
Date: |
Sat, 18 Feb 2023 14:01:26 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f8316c77a01cb35ce728e886e64290c5d30085d0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:07 2023 +0100
gnu: r-knitr: Update to 1.42.
* gnu/packages/statistics.scm (r-knitr): Update to 1.42.
[propagated-inputs]: Remove r-stringr.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c8657117ba..f87fa8c6f2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1560,16 +1560,16 @@ emitter (http://pyyaml.org/wiki/LibYAML) for R.")
(define-public r-knitr
(package
(name "r-knitr")
- (version "1.41")
+ (version "1.42")
(source (origin
(method url-fetch)
(uri (cran-uri "knitr" version))
(sha256
(base32
- "1izv1m56ngc20wx4da9mmr5ll6ah14ka8dqn9i3pd7ah70lmya81"))))
+ "1wrha732mhlc3la61ibm5l1b5qygswwfwjpmvq0s2kcy12hg2i4k"))))
(build-system r-build-system)
(propagated-inputs
- (list r-evaluate r-highr r-stringr r-xfun r-yaml))
+ (list r-evaluate r-highr r-xfun r-yaml))
(home-page "https://yihui.org/knitr/")
(synopsis "General-purpose package for dynamic report generation in R")
(description
- 170/212: gnu: r-paws-end-user-computing: Update to 0.2.0., (continued)
- 170/212: gnu: r-paws-end-user-computing: Update to 0.2.0., guix-commits, 2023/02/18
- 174/212: gnu: r-paws-machine-learning: Update to 0.2.0., guix-commits, 2023/02/18
- 176/212: gnu: r-paws-networking: Update to 0.2.0., guix-commits, 2023/02/18
- 178/212: gnu: r-paws-compute: Update to 0.2.0., guix-commits, 2023/02/18
- 181/212: gnu: r-codetools: Update to 0.2-19., guix-commits, 2023/02/18
- 180/212: gnu: r-class: Update to 7.3-21., guix-commits, 2023/02/18
- 183/212: gnu: r-spatial: Update to 7.3-16., guix-commits, 2023/02/18
- 184/212: gnu: r-stringi: Update to 1.7.12., guix-commits, 2023/02/18
- 186/212: gnu: r-svglite: Update to 2.1.1., guix-commits, 2023/02/18
- 191/212: gnu: r-yaml: Update to 2.3.7., guix-commits, 2023/02/18
- 192/212: gnu: r-knitr: Update to 1.42.,
guix-commits <=
- 199/212: gnu: r-rcpparmadillo: Update to 0.11.4.3.1., guix-commits, 2023/02/18
- 201/212: gnu: r-rcurl: Update to 1.98-1.10., guix-commits, 2023/02/18
- 202/212: gnu: r-pkgmaker: Update to 0.32.7., guix-commits, 2023/02/18
- 203/212: gnu: r-e1071: Update to 1.7-13., guix-commits, 2023/02/18
- 204/212: gnu: r-tidyr: Update to 1.3.0., guix-commits, 2023/02/18
- 205/212: gnu: r-purrr: Update to 1.0.1., guix-commits, 2023/02/18
- 208/212: gnu: r-pbapply: Update to 1.7-0., guix-commits, 2023/02/18
- 209/212: gnu: r-pbkrtest: Update to 0.5.2., guix-commits, 2023/02/18
- 210/212: gnu: r-lubridate: Update to 1.9.1., guix-commits, 2023/02/18
- 211/212: gnu: r-forcats: Update to 1.0.0., guix-commits, 2023/02/18