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
@ -1515,13 +1515,13 @@ data derived from /etc/mime.types in UNIX-type systems.")
|
||||
(define-public r-markdown
|
||||
(package
|
||||
(name "r-markdown")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "markdown" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w9hrc745zwgsnmr72jkwfh22xqgdsq089qcajlc69xrwya3wxxi"))))
|
||||
"0ziwirplzjcci2km6wln035qfd2irjl58r77kl98r8s257kavqz0"))))
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user