gnu: r-markdown: Update to 1.4.
* gnu/packages/statistics.scm (r-markdown): Update to 1.4.
This commit is contained in:
parent
0a84340fd2
commit
56a57c74fa
1 changed files with 2 additions and 2 deletions
|
@ -1515,13 +1515,13 @@ data derived from /etc/mime.types in UNIX-type systems.")
|
||||||
(define-public r-markdown
|
(define-public r-markdown
|
||||||
(package
|
(package
|
||||||
(name "r-markdown")
|
(name "r-markdown")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "markdown" version))
|
(uri (cran-uri "markdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w9hrc745zwgsnmr72jkwfh22xqgdsq089qcajlc69xrwya3wxxi"))))
|
"0ziwirplzjcci2km6wln035qfd2irjl58r77kl98r8s257kavqz0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Skip check phase because the tests require the r-knitr package to be
|
;; Skip check phase because the tests require the r-knitr package to be
|
||||||
;; installed. This prevents installation failures. Knitr normally
|
;; installed. This prevents installation failures. Knitr normally
|
||||||
|
|
Reference in a new issue