Commit graph

4 commits

Author SHA1 Message Date
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
mef
336469b765 (graphics/R-latex2exp) Updated 0.4.0 to 0.5.0
# latex2exp 0.5.0

* Update Documentation to use the new  raw strings introduced in R 4.0
  (which lets one do away with the quoting of the backslash character;
  e.g.   one   can    use   `TeX(r'($\alpha^\beta$)')`   rather   than
  `TeX('\\alpha^\\beta)`)
* Adds parameters `bold` and `italic` to `TeX()`. These can be used to
  make the entire expression bold or italic.
* Adds `\phantom{}`
  ([PR](https://github.com/stefano-meschiari/latex2exp/pull/22))
2021-08-28 05:15:33 +00:00
brook
dee8bc8916 R-latex2exp: initial commit.
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.
2019-08-09 15:20:31 +00:00