gnu: r-markdown: Update to 1.8.
* gnu/packages/statistics.scm (r-markdown): Update to 1.8.
parent
68f2b8c176
commit
37ac27ce5d
|
@ -1532,13 +1532,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.7")
|
(version "1.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "markdown" version))
|
(uri (cran-uri "markdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cfgrlmbn54nsn0k568xdcg08dxb8flhsysmnfrhci0pa93rlayb"))))
|
"1az5l2dnrdfx36kcdi5x8qnrbwmylf0wqd6a4hg2l9m8q1vpgs8d"))))
|
||||||
(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 New Issue