mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: r-markdown: Update to 1.5.
* gnu/packages/statistics.scm (r-markdown): Update to 1.5. [propagated-inputs]: Remove r-mime.
This commit is contained in:
parent
57bc6e6138
commit
6ce4a6defb
1 changed files with 3 additions and 3 deletions
|
@ -1516,13 +1516,13 @@ (define-public r-mime
|
|||
(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 @@ (define-public r-markdown
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue