gnu: r-markdown: Update to 1.6.
* gnu/packages/statistics.scm (r-markdown): Update to 1.6.
This commit is contained in:
parent
ca6f22f63b
commit
5507db7ee0
@ -1523,13 +1523,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.5")
|
(version "1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "markdown" version))
|
(uri (cran-uri "markdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05lq5r698bk4qs2qklvri3rlbdss9w58n5y91yf3k6x5bzwh6580"))))
|
"1sjrynkg42g7s2czwmx4lzk92fssnd73cqj63djlpbk1h66qn8j6"))))
|
||||||
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user