Package: tidySEM
Type: Package
Date: 2022-4-6
Title: Tidy Structural Equation Modeling
Version: 0.2.2
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, blavaan, MplusAutomation, igraph, psych,
        methods, gtable
Suggests: testthat, knitr, rmarkdown, dplyr, stringr, covr, tidyLPA,
        poLCA, umx, mclust
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
LazyData: true
NeedsCompilation: no
Packaged: 2022-04-06 21:04:12 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: 2022-04-06 21:30:02 UTC
