-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
30 lines (30 loc) · 842 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: latex2exp
Type: Package
Title: Use LaTeX Expressions in Plots
Version: 0.9.8
Date: 2024-07-05
Authors@R: person("Stefano", "Meschiari", email="stefano.meschiari@gmail.com", role=c("aut", "cre"))
Description: 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: MIT + file LICENSE
URL: https://www.stefanom.io/latex2exp/, https://github.com/stefano-meschiari/latex2exp
BugReports: https://github.com/stefano-meschiari/latex2exp/issues
Encoding: UTF-8
Suggests:
tools,
testthat,
waldo,
knitr,
ggplot2,
rmarkdown,
purrr,
tibble,
reactable,
htmltools,
RCurl,
rlang,
dplyr
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Language: en-US