mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: r-latex2exp: Update to 0.9.8.
* gnu/packages/cran.scm (r-latex2exp): Update to 0.9.8. [propagated-inputs]: Remove r-magrittr and r-stringr. [native-inputs]: Add r-rlang and r-waldo. Change-Id: Ie265ec450ba098829bfc43f671f83e3e4623eb89
This commit is contained in:
parent
1be86a0277
commit
1763dde3a0
1 changed files with 3 additions and 5 deletions
|
|
@ -47232,13 +47232,13 @@ appropriate dog and cat images for many status codes.")
|
|||
(define-public r-latex2exp
|
||||
(package
|
||||
(name "r-latex2exp")
|
||||
(version "0.9.6")
|
||||
(version "0.9.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "latex2exp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jp0l0hi5kv4yh28qg2yj2z5fj33gnfvdz2g2v4ibn516fj2d636"))))
|
||||
"198hcnj2hsqb52gvp8hc4f1cakcmwhs0jm97qg81b5cqcgr43mld"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -47250,10 +47250,8 @@ appropriate dog and cat images for many status codes.")
|
|||
(substitute* "tests/testthat/test_simple.R"
|
||||
((".*Escaped symbols renders correctly.*" m)
|
||||
(string-append m "skip('skip')\n"))))))))
|
||||
(propagated-inputs
|
||||
(list r-magrittr r-stringr))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr r-rlang r-testthat r-waldo))
|
||||
(home-page "https://github.com/stefano-meschiari/latex2exp/")
|
||||
(synopsis "Use LaTeX expressions in plots")
|
||||
(description "@code{latex2exp} parses and converts LaTeX math formulas to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue