Package: tidySEM
Type: Package
Date: 2021-07-13
Title: Tidy Structural Equation Modeling
Version: 0.1.10
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 (>= 3.2.0), stats, utils
Imports: ggplot2, OpenMx, lavaan, MplusAutomation, igraph, psych,
        methods
Suggests: testthat, knitr, rmarkdown, dplyr, stringr, covr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-07-13 17:20:21 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-07-13 17:50:02 UTC
