[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/212: gnu: r-markdown: Update to 1.5.
From: |
guix-commits |
Subject: |
190/212: gnu: r-markdown: Update to 1.5. |
Date: |
Sat, 18 Feb 2023 14:01:25 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6ce4a6defbe0cbdbde8a8821faea3ab7f3d8a986
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:07 2023 +0100
gnu: r-markdown: Update to 1.5.
* gnu/packages/statistics.scm (r-markdown): Update to 1.5.
[propagated-inputs]: Remove r-mime.
---
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 2a48bf84b0..6470063675 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1516,13 +1516,13 @@ data derived from /etc/mime.types in UNIX-type
systems.")
(define-public r-markdown
(package
(name "r-markdown")
- (version "1.4")
+ (version "1.5")
(source (origin
(method url-fetch)
(uri (cran-uri "markdown" version))
(sha256
(base32
- "0ziwirplzjcci2km6wln035qfd2irjl58r77kl98r8s257kavqz0"))))
+ "05lq5r698bk4qs2qklvri3rlbdss9w58n5y91yf3k6x5bzwh6580"))))
(build-system r-build-system)
;; Skip check phase because the tests require the r-knitr package to be
;; installed. This prevents installation failures. Knitr normally
@@ -1530,7 +1530,7 @@ data derived from /etc/mime.types in UNIX-type systems.")
;; package.
(arguments `(#:tests? #f))
(propagated-inputs
- (list r-commonmark r-mime r-xfun))
+ (list r-commonmark r-xfun))
(home-page "https://github.com/rstudio/markdown")
(synopsis "Markdown rendering for R")
(description
- 165/212: gnu: r-protolite: Update to 2.2.0., (continued)
- 165/212: gnu: r-protolite: Update to 2.2.0., guix-commits, 2023/02/18
- 169/212: gnu: r-paws-developer-tools: Update to 0.2.0., guix-commits, 2023/02/18
- 171/212: gnu: r-paws-application-integration: Update to 0.2.0., guix-commits, 2023/02/18
- 172/212: gnu: r-paws-security-identity: Update to 0.2.0., guix-commits, 2023/02/18
- 177/212: gnu: r-paws-storage: Update to 0.2.0., guix-commits, 2023/02/18
- 179/212: gnu: r-mass: Update to 7.3-58.2., guix-commits, 2023/02/18
- 182/212: gnu: r-nlme: Update to 3.1-162., guix-commits, 2023/02/18
- 188/212: gnu: r-evaluate: Update to 0.20., guix-commits, 2023/02/18
- 185/212: gnu: r-gdtools: Update to 0.3.0., guix-commits, 2023/02/18
- 189/212: gnu: r-formatr: Update to 1.14., guix-commits, 2023/02/18
- 190/212: gnu: r-markdown: Update to 1.5.,
guix-commits <=
- 187/212: gnu: r-bh: Update to 1.81.0-1., guix-commits, 2023/02/18
- 194/212: gnu: r-dplyr: Update to 1.1.0., guix-commits, 2023/02/18
- 195/212: gnu: r-dbplyr: Update to 2.3.0., guix-commits, 2023/02/18
- 196/212: gnu: r-chron: Update to 2.3-59., guix-commits, 2023/02/18
- 197/212: gnu: r-ade4: Update to 1.7-22., guix-commits, 2023/02/18
- 198/212: gnu: r-git2r: Update to 0.31.0., guix-commits, 2023/02/18
- 200/212: gnu: r-rmarkdown: Update to 2.20., guix-commits, 2023/02/18
- 207/212: gnu: r-sourcetools: Update to 0.1.7-1., guix-commits, 2023/02/18
- 24/212: gnu: r-colorspace: Update to 2.1-0., guix-commits, 2023/02/18