Package: equatiomatic
Title: Transform Models into 'LaTeX' Equations
Version: 0.3.1
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 = "https://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 = "https://orcid.org/0000-0003-0637-4436")),
      person(given = "Thomas",
             family = "Fung",
             role = "ctb",
             email = "thomas.fung.dr@gmail.com",
             comment = c(ORCID = "https://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")),
      person(given = "Indrajeet",
             family = "Patil",
             role = "ctb",
             email = "patilindrajeet.science@gmail.com",
             comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
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: CC BY 4.0
Depends: R (>= 3.3.0)
URL: https://github.com/datalorax/equatiomatic,
        https://datalorax.github.io/equatiomatic/
BugReports: https://github.com/datalorax/equatiomatic/issues
Imports: broom (>= 0.7.0), broom.mixed, shiny, knitr, stats, utils
Suggests: covr, shinyWidgets, forecast (>= 8.13), ggplot2 (>= 3.3.3),
        latex2exp (>= 0.4.0), lme4, MASS, ordinal, rmarkdown, testthat
        (>= 3.0.0), texPreview, gtsummary
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/testthat/parallel: true
NeedsCompilation: no
Packaged: 2022-01-29 06:17:16 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>),
  Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>,
    @patilindrajeets)
Maintainer: Daniel Anderson <daniela@uoregon.edu>
Repository: CRAN
Date/Publication: 2022-01-30 23:20:02 UTC
Built: R 4.0.5; ; 2022-01-31 11:43:22 UTC; unix
