emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37601: closed ([PATCH] gnu: Add r-latex2exp.)


From: GNU bug Tracking System
Subject: bug#37601: closed ([PATCH] gnu: Add r-latex2exp.)
Date: Sat, 21 Mar 2020 20:17:02 +0000

Your message dated Sat, 21 Mar 2020 21:16:11 +0100
with message-id <address@hidden>
and subject line Re: [bug#37601] [PATCH] gnu: Add r-latex2exp.
has caused the debbugs.gnu.org bug report #37601,
regarding [PATCH] gnu: Add r-latex2exp.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37601: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37601
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-latex2exp. Date: Thu, 3 Oct 2019 15:49:13 +0200
From: Wiktor Żelazny <address@hidden>

* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37601] [PATCH] gnu: Add r-latex2exp. Date: Sat, 21 Mar 2020 21:16:11 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Wiktor Żelazny <address@hidden> writes:

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

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]