Package: eqn2svg
Title: Create an SVG-Based Mathematical Formula
Version: 0.1.0
Authors@R: 
    person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X"))
Description: If you have a mathematical formula and the need to have that
    formula in the form of scalable vector graphics (SVG), you'll be
    delighted by what 'eqn2svg' will let you do. The incoming LaTeX math formula
    will be nicely converted to SVG tags. And you can use that code wherever
    SVGs are accepted.
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/eqn2svg
BugReports: https://github.com/rich-iannone/eqn2svg/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 3.2.0)
Imports: htmltools (>= 0.3.6), magrittr
Suggests: testthat (>= 2.1.0)
NeedsCompilation: no
Packaged: 2019-10-02 15:43:42 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2019-10-06 12:50:05 UTC
