Package: tidySEM
Type: Package
Date: 2021-11-16
Title: Tidy Structural Equation Modeling
Version: 0.2.0
Authors@R: 
    c(person(given = c("Caspar", "J."),
             family = "van Lissa",
             role = c("aut", "cre"),
             email = "c.j.vanlissa@uu.nl",
             comment = c(ORCID = "0000-0002-0808-5024")))
Description: A tidy workflow for generating, estimating, reporting,
    and plotting structural equation models using 'lavaan', 'OpenMx', or
    'Mplus'. Throughout this workflow, elements of syntax, results, and graphs
    are represented as 'tidy' data, making them easy to customize.
License: GPL (>= 3)
URL: https://cjvanlissa.github.io/tidySEM/
BugReports: https://github.com/cjvanlissa/tidySEM/issues
Depends: R (>= 4.0.0), stats, utils, OpenMx
Imports: ggplot2, lavaan, MplusAutomation, igraph, psych, methods,
        gtable
Suggests: testthat, knitr, rmarkdown, dplyr, stringr, covr, tidyLPA
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-16 20:56:26 UTC; Lissa102
Author: Caspar J. van Lissa [aut, cre]
    (<https://orcid.org/0000-0002-0808-5024>)
Maintainer: Caspar J. van Lissa <c.j.vanlissa@uu.nl>
Repository: CRAN
Date/Publication: 2021-11-16 21:20:02 UTC
