Package: tidySEM Type: Package Title: Tidy Structural Equation Modeling Version: 0.2.11 Authors@R: c(person(given = c("Caspar", "J."), family = "van Lissa", role = c("aut", "cre"), email = "c.j.vanlissa@tilburguniversity.edu", comment = c(ORCID = "0000-0002-0808-5024")), person(given = c("Mauricio"), family = "Garnier-Villarreal", role = c("ctb"), email = "mgv@pm.me", comment = c(ORCID = "0000-0002-2951-6647")), person(given = c("Frank", "C"), family = "Gootjes", role = c("ctb"), email = "f.c.gootjes@uu.nl", comment = c(ORCID = "0000-0002-0639-1001")) ) 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. Includes functionality to estimate latent class analyses, and to plot 'dagitty' and 'igraph' objects. License: GPL (>= 3) URL: https://cjvanlissa.github.io/tidySEM/ BugReports: https://github.com/cjvanlissa/tidySEM/issues Depends: R (>= 4.0.0), stats, utils Imports: ggplot2 (>= 3.5.0), lavaan (>= 0.6-21), MplusAutomation, igraph (>= 2.0.0), psych, methods, gtable, dbscan, RANN, Matrix, car, future.apply, progressr, progress, nonnest2 (>= 0.5.6) Suggests: testthat, knitr, dplyr, stringr, covr, tidyLPA, poLCA, umx, mclust, MASS, scales, yaml, formatR, dagitty, mice, ggraph, OpenMx (>= 2.21.13), rmarkdown, blavaan, bain, future VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.3.3 LazyData: true Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake libglpk-dev make texlive libicu-dev libxml2-dev libssl-dev Repository: https://cjvanlissa.r-universe.dev Date/Publication: 2026-06-13 14:39:34 UTC RemoteUrl: https://github.com/cjvanlissa/tidySEM RemoteRef: HEAD RemoteSha: 89959ca26591aa5e19f41b1c4c4bde8d5c66ba03 NeedsCompilation: no Packaged: 2026-06-15 11:05:04 UTC; root Author: Caspar J. van Lissa [aut, cre] (ORCID: ), Mauricio Garnier-Villarreal [ctb] (ORCID: ), Frank C Gootjes [ctb] (ORCID: ) Maintainer: Caspar J. van Lissa