gnu: r-latex2exp: Update to 0.5.0.
* gnu/packages/cran.scm (r-latex2exp): Update to 0.5.0. [native-inputs]: Add r-knitr.master
parent
3a849bf973
commit
13747f5814
|
@ -23515,17 +23515,19 @@ appropriate dog and cat images for many status codes.")
|
||||||
(define-public r-latex2exp
|
(define-public r-latex2exp
|
||||||
(package
|
(package
|
||||||
(name "r-latex2exp")
|
(name "r-latex2exp")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "latex2exp" version))
|
(uri (cran-uri "latex2exp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
|
"0qknpw7zwwbzsbry94j8fn48mq7kq5rc5448g9hybbisain3wfvg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-stringr" ,r-stringr)
|
`(("r-stringr" ,r-stringr)
|
||||||
("r-magrittr" ,r-magrittr)))
|
("r-magrittr" ,r-magrittr)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/stefano-meschiari/latex2exp/")
|
(home-page "https://github.com/stefano-meschiari/latex2exp/")
|
||||||
(synopsis "Use LaTeX expressions in plots")
|
(synopsis "Use LaTeX expressions in plots")
|
||||||
(description "@code{latex2exp} parses and converts LaTeX math formulas to
|
(description "@code{latex2exp} parses and converts LaTeX math formulas to
|
||||||
|
|
Reference in New Issue