[PATCH] gnu: Add r-latex2exp.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Wiktor ?elazny
Owner
unassigned
Submitted by
Wiktor ?elazny
Severity
normal
W
W
Wiktor ?elazny wrote on 3 Oct 2019 15:49
(address . guix-patches@gnu.org)
20191003134913.10011-1-wz@freeshell.de
From: Wiktor ?elazny <wzelazny@vurv.cz>

* gnu/packages/cran.scm (r-latex2exp): new variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (31 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3a9a605efe..c1ef358af5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15637,3 +15637,24 @@ unique identifiers, and whether it is a certain length. In addition,
files and to efficiently import multiple tabular data files into one
data.table.")
(license license:gpl3)))
+
+(define-public r-latex2exp
+ (package
+ (name "r-latex2exp")
+ (version "0.4.0")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "latex2exp" version))
+ (sha256
+ (base32
+ "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-stringr" ,r-stringr)
+ ("r-magrittr", r-magrittr)))
+ (home-page "https://github.com/stefano-meschiari/latex2exp/")
+ (synopsis "Use LaTeX expressions in plots")
+ (description "@code{latex2exp} parses and converts LaTeX math formulas to
+R's plotmath expressions, used to enter mathematical formulas and symbols to be
+rendered as text, axis labels, etc. throughout R's plotting system.")
+ (license license:expat)))
--
2.23.0
M
M
Marius Bakke wrote on 21 Mar 2020 21:16
87blop5ur8.fsf@devup.no
Wiktor ?elazny <wz@freeshell.de> writes:

Toggle quote (4 lines)
> From: Wiktor ?elazny <wzelazny@vurv.cz>
>
> * gnu/packages/cran.scm (r-latex2exp): new variable.

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl52dgsACgkQoqBt8qM6
VPo0TAf/S3HJJ4DXDfUtErsESrZGYf7peX7Vq4SEFNweSRWkUhJmUXkUF82k3GAg
VMyVG5lRX1eOsXQbzM659UWyULOhm2R717qqqKPh8UGzvyznlNlX3LzkKc6F+NqI
6TidqxEZmw4QJDQTS8hhUpF7uoJWjMiWIlhfRcgRmEs6VmJRnFJ676cL/UnXFmRR
DBl4LIPFsiuG5+smtrM3PLNq4sUKXdTyHUlCwD4gzbohWh4rgcOKyNj2SE5VRo+5
QnSs7e8N4yD4M+Cr4h7CaG/XyNrJNben0y30cBDoR7OddgS+uFkzNyJxgrhPydEf
TwWxW7vyrAQyxTVe6kceJRaYJtWhbA==
=J5w4
-----END PGP SIGNATURE-----

Closed
?