Archived
1
0
Fork 0

gnu: r-markdown: Update to 1.4.

* gnu/packages/statistics.scm (r-markdown): Update to 1.4.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:34 +01:00
parent 0a84340fd2
commit 56a57c74fa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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