gnu: r-rmarkdown: Update to 1.10.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.10. [propagated-inputs]: Add r-tinytex.
This commit is contained in:
parent
d086829d39
commit
6221de1879
|
@ -2603,14 +2603,14 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
(define-public r-rmarkdown
|
(define-public r-rmarkdown
|
||||||
(package
|
(package
|
||||||
(name "r-rmarkdown")
|
(name "r-rmarkdown")
|
||||||
(version "1.9")
|
(version "1.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rmarkdown" version))
|
(uri (cran-uri "rmarkdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wq6kbhrkv3fhcy4hg5yyv9gdvf8gr4nsjwdifs4ih8lnn0dmdyb"))))
|
"0mh2f3k98w7pgz0ri34149s4kx5y0kfm27nwq64k0qwxd16hwd9r"))))
|
||||||
(properties `((upstream-name . "rmarkdown")))
|
(properties `((upstream-name . "rmarkdown")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -2622,6 +2622,7 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
("r-mime" ,r-mime)
|
("r-mime" ,r-mime)
|
||||||
("r-rprojroot" ,r-rprojroot)
|
("r-rprojroot" ,r-rprojroot)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
|
("r-tinytex" ,r-tinytex)
|
||||||
("r-yaml" ,r-yaml)
|
("r-yaml" ,r-yaml)
|
||||||
;; rmarkdown works with the 2.x release of Pandoc, but with degraded
|
;; rmarkdown works with the 2.x release of Pandoc, but with degraded
|
||||||
;; functionality. For example, tabbed plots do not currently work with
|
;; functionality. For example, tabbed plots do not currently work with
|
||||||
|
|
Loading…
Reference in New Issue