unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37601] [PATCH] gnu: Add r-latex2exp.
@ 2019-10-03 13:49 Wiktor Żelazny
  2020-03-21 20:16 ` bug#37601: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2019-10-03 13:49 UTC (permalink / raw)
  To: 37601

From: Wiktor Żelazny <wzelazny@vurv.cz>

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

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37601: [PATCH] gnu: Add r-latex2exp.
  2019-10-03 13:49 [bug#37601] [PATCH] gnu: Add r-latex2exp Wiktor Żelazny
@ 2020-03-21 20:16 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-03-21 20:16 UTC (permalink / raw)
  To: Wiktor Żelazny, 37601-done

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

Wiktor Żelazny <wz@freeshell.de> writes:

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

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-21 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03 13:49 [bug#37601] [PATCH] gnu: Add r-latex2exp Wiktor Żelazny
2020-03-21 20:16 ` bug#37601: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).