Package: equatiomatic
Title: Transform Models into 'LaTeX' Equations
Version: 0.2.0
Authors@R: c(
    person(given = "Daniel",
           family = "Anderson",
           role = c("aut", "cre"),
           email = "daniela@uoregon.edu",
           comment = c(ORCID = "https://orcid.org/0000-0003-4699-4680")),
    person(given = "Andrew",
           family = "Heiss",
           role = "aut",
           email = "andrew@andrewheiss.com",
           comment = c(ORCID = "https://orcid.org/0000-0002-3948-3914")),
    person(given   = 'Jay',
           family  = 'Sumners',
           role    =  'aut',           
           email   = 'jay.sumners@gmail.com'),
    person(given = "Joshua",
           family = "Rosenberg",
           role = "ctb",
           email = "jmrosenberg@utk.edu",
           comment = c(ORCID = "http://orcid.org/0000-0003-2170-0447")),
    person(given   = 'Jonathan',
           family  = 'Sidi',
           role    =  'ctb',           
           email   = 'yonis@metrumrg.com',
           comment = c(ORCID = "https://orcid.org/0000-0002-4222-1819")),
    person(given   = 'Ellis',
           family  = 'Hughes',
           role    =  'ctb',           
           email   = 'ellishughes@live.com',
           comment = c(ORCID = "http://orcid.org/0000-0003-0637-4436")),
    person(given   = 'Thomas',
           family  = 'Fung',
           role    =  'ctb',           
           email   = 'thomas.fung.dr@gmail.com',
           comment = c(ORCID = "http://orcid.org/0000-0003-2601-0728")),
    person(given   = 'Reza',
           family  = 'Norouzian',
           role    =  'ctb',           
           email   = 'rnorouzian@gmail.com',
           comment = c(ORCID = "https://orcid.org/0000-0002-0531-6886"))
    )
Description: The goal of 'equatiomatic' is to reduce the pain associated with
             writing 'LaTeX' formulas from fitted models. The primary function of
             the package, extract_eq(), takes a fitted model object as its input
             and returns the corresponding 'LaTeX' code for the model.
License: MIT + file LICENSE
Depends: R (>= 3.3.0)
Imports: broom (>= 0.7.0), stats, knitr, broom.mixed, utils
Suggests: texPreview, testthat (>= 3.0.0), MASS, ordinal, lme4,
        rmarkdown, covr, forecast (>= 8.13), latex2exp (>= 0.4.0),
        ggplot2(>= 3.3.2)
URL: https://github.com/datalorax/equatiomatic
BugReports: https://github.com/datalorax/equatiomatic/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-01-30 02:28:29 UTC; daniel
Author: Daniel Anderson [aut, cre] (<https://orcid.org/0000-0003-4699-4680>),
  Andrew Heiss [aut] (<https://orcid.org/0000-0002-3948-3914>),
  Jay Sumners [aut],
  Joshua Rosenberg [ctb] (<https://orcid.org/0000-0003-2170-0447>),
  Jonathan Sidi [ctb] (<https://orcid.org/0000-0002-4222-1819>),
  Ellis Hughes [ctb] (<https://orcid.org/0000-0003-0637-4436>),
  Thomas Fung [ctb] (<https://orcid.org/0000-0003-2601-0728>),
  Reza Norouzian [ctb] (<https://orcid.org/0000-0002-0531-6886>)
Maintainer: Daniel Anderson <daniela@uoregon.edu>
Repository: CRAN
Date/Publication: 2021-01-30 06:20:20 UTC
