[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/89: gnu: r-rmarkdown: Update to 2.4.
From: |
guix-commits |
Subject: |
82/89: gnu: r-rmarkdown: Update to 2.4. |
Date: |
Mon, 5 Oct 2020 18:35:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4e8129f8fb31eeb1f865fa8829847f2d0a9adf19
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:46:17 2020 +0200
gnu: r-rmarkdown: Update to 2.4.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.4.
[propagated-inputs]: Remove r-base64enc.
---
gnu/packages/statistics.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 04b6420..af6ac2c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2695,18 +2695,17 @@ certain criterion, e.g., it contains a certain regular
file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
- (version "2.3")
+ (version "2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
- (base32 "0vdjq4kcyxkr2m27588kk6yi5g53symjshj4jz4n0j18wz53shji"))))
+ (base32 "1y2156w1abik8df8vl376ilv8s1jg8i0x2w4n4dwrnm3xxgp5kf0"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs
- `(("r-base64enc" ,r-base64enc)
- ("r-evaluate" ,r-evaluate)
+ `(("r-evaluate" ,r-evaluate)
("r-htmltools" ,r-htmltools)
("r-jsonlite" ,r-jsonlite)
("r-knitr" ,r-knitr)
- 75/89: gnu: r-coda: Update to 0.19-4., (continued)
- 75/89: gnu: r-coda: Update to 0.19-4., guix-commits, 2020/10/05
- 86/89: gnu: r-fpc: Update to 2.2-8., guix-commits, 2020/10/05
- 87/89: gnu: r-quantreg: Update to 5.73., guix-commits, 2020/10/05
- 36/89: gnu: r-afex: Update to 0.28-0., guix-commits, 2020/10/05
- 34/89: gnu: r-lsei: Update to 1.3-0., guix-commits, 2020/10/05
- 38/89: gnu: r-bigrquery: Update to 1.3.2., guix-commits, 2020/10/05
- 56/89: gnu: r-acebayes: Update to 1.10., guix-commits, 2020/10/05
- 49/89: gnu: r-sctransform: Update to 0.3., guix-commits, 2020/10/05
- 54/89: gnu: r-bios2cor: Update to 2.2., guix-commits, 2020/10/05
- 48/89: gnu: r-ggvis: Update to 0.4.6., guix-commits, 2020/10/05
- 82/89: gnu: r-rmarkdown: Update to 2.4.,
guix-commits <=
- 85/89: gnu: r-gplots: Update to 3.1.0., guix-commits, 2020/10/05
- 46/89: gnu: r-pegas: Update to 0.14., guix-commits, 2020/10/05
- 45/89: gnu: r-colourpicker: Update to 1.1.0., guix-commits, 2020/10/05
- 41/89: gnu: r-spatialextremes: Update to 2.0-9., guix-commits, 2020/10/05
- 65/89: gnu: r-gaston: Update to 1.5.7., guix-commits, 2020/10/05
- 61/89: gnu: r-rpf: Update to 1.0.5., guix-commits, 2020/10/05
- 08/89: gnu: r-htmlwidgets: Update to 1.5.2., guix-commits, 2020/10/05
- 17/89: gnu: r-seriation: Update to 1.2-9., guix-commits, 2020/10/05
- 25/89: gnu: r-insight: Update to 0.9.6., guix-commits, 2020/10/05
- 30/89: gnu: r-emmeans: Update to 1.5.1., guix-commits, 2020/10/05