[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/23: gnu: r-rmarkdown: Update to 2.22.
From: |
guix-commits |
Subject: |
03/23: gnu: r-rmarkdown: Update to 2.22. |
Date: |
Sat, 3 Jun 2023 02:33:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 01d9a691be55d1565cb78f528bd8d059e442f315
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 3 08:31:20 2023 +0200
gnu: r-rmarkdown: Update to 2.22.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.22.
[properties]: Add hints to the updater.
---
gnu/packages/statistics.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 450bf933db..2db8afac7f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2866,14 +2866,16 @@ certain criterion, e.g., it contains a certain regular
file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
- (version "2.21")
+ (version "2.22")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
- (base32 "0a5czn18clfnw0a9nd5v98ah4h47i32423s6jdf126ni4aj20ny2"))))
- (properties `((upstream-name . "rmarkdown")))
+ (base32 "1f47ccph09ilqlr0bnyrxkadja4ddp4klvb933aws3rya0cmaqy6"))))
+ (properties
+ `((upstream-name . "rmarkdown")
+ (updater-extra-propagated-inputs . ("pandoc"))))
(build-system r-build-system)
(propagated-inputs
(list r-bslib
- branch master updated (c11b92a8aa -> da71721db1), guix-commits, 2023/06/03
- 05/23: gnu: r-ggrastr: Update to 1.0.2., guix-commits, 2023/06/03
- 10/23: gnu: r-biasedurn: Update to 2.0.10., guix-commits, 2023/06/03
- 12/23: gnu: r-ontologyindex: Update to 2.11., guix-commits, 2023/06/03
- 15/23: gnu: r-regsem: Update to 1.9.5., guix-commits, 2023/06/03
- 16/23: gnu: r-stanheaders: Update to 2.26.26., guix-commits, 2023/06/03
- 03/23: gnu: r-rmarkdown: Update to 2.22.,
guix-commits <=
- 04/23: gnu: r-ggpicrust2: Update to 1.7.0., guix-commits, 2023/06/03
- 01/23: gnu: Add r-consrank., guix-commits, 2023/06/03
- 02/23: gnu: r-rgdal: Update to 1.6-7., guix-commits, 2023/06/03
- 06/23: gnu: r-sp: Update to 1.6-1., guix-commits, 2023/06/03
- 07/23: gnu: r-ucminf: Update to 1.2.0., guix-commits, 2023/06/03
- 08/23: gnu: r-catdap: Update to 1.3.7., guix-commits, 2023/06/03
- 09/23: gnu: r-maptools: Update to 1.1-7., guix-commits, 2023/06/03
- 11/23: gnu: r-performance: Update to 0.10.4., guix-commits, 2023/06/03
- 14/23: gnu: r-adabag: Update to 5.0., guix-commits, 2023/06/03
- 18/23: gnu: r-shapforxgboost: Update to 0.1.3., guix-commits, 2023/06/03