{
  "_id": "6a4967c23c3572b93bf7f71d",
  "Package": "lavaanExtra",
  "Title": "Convenience Functions for Package 'lavaan'",
  "Version": "0.2.2.5",
  "Date": "2025-11-23",
  "Authors@R": "person(\"Rémi\", \"Thériault\", , \"remi.theriault@mail.mcgill.ca\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4315-6788\"))",
  "Description": "Affords an alternative, vector-based syntax to 'lavaan',\nas well as other convenience functions such as naming paths and\ndefining indirect links automatically, in addition to\nconvenience formatting optimized for a publication and script\nsharing workflow.",
  "License": "MIT + file LICENSE",
  "URL": "https://lavaanExtra.remi-theriault.com",
  "BugReports": "https://github.com/rempsyc/lavaanExtra/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "Repository": "https://rempsyc.r-universe.dev",
  "Date/Publication": "2025-12-01 01:04:29 UTC",
  "RemoteUrl": "https://github.com/rempsyc/lavaanExtra",
  "RemoteRef": "HEAD",
  "RemoteSha": "1019774eed779ae66df1144063d87d6a189083f9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 20:02:03 UTC",
    "User": "root"
  },
  "Author": "Rémi Thériault [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4315-6788>)",
  "Maintainer": "Rémi Thériault <remi.theriault@mail.mcgill.ca>",
  "_user": "rempsyc",
  "_type": "src",
  "_file": "lavaanExtra_0.2.2.5.tar.gz",
  "_fileid": "https://r2.ropensci.org/cd672fe2b766683d6eea8a02e7ebb577cc12f3cbb2b9f7506bb794f3546db480",
  "_filesize": 1503255,
  "_sha256": "cd672fe2b766683d6eea8a02e7ebb577cc12f3cbb2b9f7506bb794f3546db480",
  "_expires": "2026-10-12T20:06:25.000Z",
  "_created": "2026-07-04T20:02:03.000Z",
  "_published": "2026-07-04T20:06:26.953Z",
  "_jobs": [
    {
      "job": 85162770464,
      "time": 190,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8084998341"
    },
    {
      "job": 85162770469,
      "time": 218,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085001742"
    },
    {
      "job": 85162770491,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8084987491"
    },
    {
      "job": 85162770481,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084987680"
    },
    {
      "job": 85162491178,
      "time": 234,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084975494"
    },
    {
      "job": 85162770473,
      "time": 171,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8084995771"
    },
    {
      "job": 85162770480,
      "time": 160,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8084994474"
    },
    {
      "job": 85162770510,
      "time": 144,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8084992970"
    },
    {
      "job": 85162770483,
      "time": 149,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084993466"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181",
  "_status": "success",
  "_upstream": "https://github.com/rempsyc/lavaanExtra",
  "_commit": {
    "id": "1019774eed779ae66df1144063d87d6a189083f9",
    "author": "Copilot <198982749+Copilot@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Fix title centering in nice_lavaanPlot for all output formats (#56)\n\n* Initial plan\n\n* Fix title centering in nice_lavaanPlot by adding ALIGN=\"CENTER\" to HTML table cells\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Update documentation after code styling changes\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* document [skip ci]\n\n* no need to specify dimensions optionally since NULL also works [skip ci]\n\n* Add labeljust='c' to fix horizontal centering in exported plots (PNG/PDF/JPG)\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Add BALIGN=\"CENTER\" to TABLE element for proper table-level centering\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Add center=\"true\" to center the entire graph drawing on the page\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* correct typo [skip ci]\n\n* Fix PNG/JPG centering by using SVG viewBox dimensions for rasterization\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Disable add_svg_padding to preserve Graphviz centering\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Fix title centering in nice_lavaanPlot for all output formats\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Refactor nice_lavaanPlot to use buildCall() + grViz() for proper centering\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* partial fix [skip ci]\n\n* Add webshot engine option for pixel-perfect browser-based rendering\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Address code review: fix misleading comment and document magic numbers\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* doc [skip ci]\n\n* use chatgpt save_with_webshot2() [skip ci]\n\n* Switch from webshot/PhantomJS to webshot2/Chrome and use use_webshot=TRUE parameter\n\nCo-authored-by: rempsyc <13123390+rempsyc@users.noreply.github.com>\n\n* Fix w",
    "time": 1764551069
  },
  "_maintainer": {
    "name": "Rémi Thériault",
    "email": "remi.theriault@mail.mcgill.ca",
    "login": "rempsyc",
    "mastodon": "@rempsyc@mastodon.world",
    "bluesky": "@remi-theriault.com",
    "linkedin": "in/rempsyc",
    "orcid": "0000-0003-4315-6788",
    "twitter": "@rempsyc",
    "description": "Postdoc @centerconflictcooperation",
    "uuid": 13123390
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "lavaan",
      "role": "Imports"
    },
    {
      "package": "insight",
      "role": "Imports"
    },
    {
      "package": "rempsyc",
      "version": "> 0.1.6",
      "role": "Suggests"
    },
    {
      "package": "flextable",
      "role": "Suggests"
    },
    {
      "package": "lavaanPlot",
      "role": "Suggests"
    },
    {
      "package": "DiagrammeR",
      "role": "Suggests"
    },
    {
      "package": "DiagrammeRsvg",
      "role": "Suggests"
    },
    {
      "package": "rsvg",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "png",
      "role": "Suggests"
    },
    {
      "package": "webshot2",
      "role": "Suggests"
    },
    {
      "package": "htmlwidgets",
      "role": "Suggests"
    },
    {
      "package": "tidySEM",
      "role": "Suggests"
    },
    {
      "package": "tmvnsim",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "sjlabelled",
      "role": "Suggests"
    },
    {
      "package": "stringdist",
      "role": "Suggests"
    },
    {
      "package": "psych",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    }
  ],
  "_owner": "rempsyc",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-35",
      "n": 4
    },
    {
      "week": "2025-38",
      "n": 4
    },
    {
      "week": "2025-47",
      "n": 4
    },
    {
      "week": "2025-49",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.2",
      "date": "2025-09-15"
    }
  ],
  "_topics": [
    "convenience-functions",
    "lavaan",
    "psychology",
    "statistics",
    "structural-equation-modeling"
  ],
  "_stars": 20,
  "_contributors": [
    {
      "user": "rempsyc",
      "count": 422,
      "uuid": 13123390
    },
    {
      "user": "copilot",
      "count": 8,
      "uuid": 198982749
    },
    {
      "user": "jamesuanhoro",
      "count": 4,
      "uuid": 45576908
    },
    {
      "user": "buedenbender",
      "count": 2,
      "uuid": 38650857
    },
    {
      "user": "ethanbass",
      "count": 1,
      "uuid": 15876283
    }
  ],
  "_userbio": {
    "uuid": 13123390,
    "type": "user",
    "name": "Rémi Thériault",
    "followers": 71,
    "description": "Postdoc @centerconflictcooperation"
  },
  "_downloads": {
    "count": 722,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lavaanExtra"
  },
  "_devurl": "https://github.com/rempsyc/lavaanextra",
  "_pkgdown": "https://lavaanExtra.remi-theriault.com",
  "_searchresults": 47,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lavaanExtra.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rempsyc/lavaanextra",
  "_realowner": "rempsyc",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2022-10-04"
    },
    {
      "version": "0.1.4",
      "date": "2023-02-04"
    },
    {
      "version": "0.1.6",
      "date": "2023-05-24"
    },
    {
      "version": "0.1.7",
      "date": "2023-06-26"
    },
    {
      "version": "0.1.8",
      "date": "2023-08-26"
    },
    {
      "version": "0.2.0",
      "date": "2023-10-15"
    },
    {
      "version": "0.2.1",
      "date": "2024-07-01"
    },
    {
      "version": "0.2.2",
      "date": "2025-09-15"
    }
  ],
  "_exports": [
    "cfa_fit_plot",
    "lavaan_cor",
    "lavaan_cov",
    "lavaan_defined",
    "lavaan_extract",
    "lavaan_reg",
    "lavaan_var",
    "nice_fit",
    "nice_lavaanPlot",
    "nice_modindices",
    "nice_tidySEM",
    "save_plot",
    "write_lavaan"
  ],
  "_help": [
    {
      "page": "cfa_fit_plot",
      "title": "Fit and plot CFA simultaneously",
      "topics": [
        "cfa_fit_plot"
      ]
    },
    {
      "page": "lavaan_cov",
      "title": "Extract relevant covariance/correlation indices from lavaan model",
      "topics": [
        "lavaan_cor",
        "lavaan_cov"
      ]
    },
    {
      "page": "lavaan_defined",
      "title": "Extract relevant user-defined parameter (e.g., indirect or total effects) indices from lavaan model",
      "topics": [
        "lavaan_defined",
        "lavaan_ind"
      ]
    },
    {
      "page": "lavaan_extract",
      "title": "Extract relevant indices from lavaan model based on specified operator",
      "topics": [
        "lavaan_extract"
      ]
    },
    {
      "page": "lavaan_reg",
      "title": "Extract relevant regression indices from lavaan model",
      "topics": [
        "lavaan_reg"
      ]
    },
    {
      "page": "lavaan_var",
      "title": "Extract relevant variance indices from lavaan model",
      "topics": [
        "lavaan_var"
      ]
    },
    {
      "page": "nice_fit",
      "title": "Extract relevant fit indices from lavaan model",
      "topics": [
        "nice_fit"
      ]
    },
    {
      "page": "nice_lavaanPlot",
      "title": "Make a quick 'lavaanPlot'",
      "topics": [
        "nice_lavaanPlot"
      ]
    },
    {
      "page": "nice_modindices",
      "title": "Extract relevant modification indices along item labels",
      "topics": [
        "nice_modindices"
      ]
    },
    {
      "page": "nice_tidySEM",
      "title": "Make a quick 'tidySEM' plot",
      "topics": [
        "nice_tidySEM"
      ]
    },
    {
      "page": "save_plot",
      "title": "Save a lavaanExtra plot to file",
      "topics": [
        "save_plot"
      ]
    },
    {
      "page": "write_lavaan",
      "title": "Vector-based lavaan syntax interpreter",
      "topics": [
        "write_lavaan"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rempsyc/lavaanExtra/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/rempsyc/lavaanExtra/raw/HEAD/README.md",
  "_rundeps": [
    "insight",
    "lavaan",
    "MASS",
    "mnormt",
    "numDeriv",
    "pbivnorm",
    "quadprog"
  ],
  "_vignettes": [
    {
      "source": "example.Rmd",
      "filename": "example.html",
      "title": "Example lavaan models",
      "author": "Rémi Thériault",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example 1 (Model syntax 1):",
        "Example 2 (A CFA example):",
        "Example 3 (A SEM example):",
        "Example 4 (Model syntax 2):",
        "Example 4.1",
        "Example 4.2",
        "Example 4.3",
        "Example 4.4",
        "Example 4.5",
        "Example 4.6",
        "Example 5 (Mediation)",
        "Example 6 (Multilevel SEM)",
        "Example 7 (total effects)",
        "Example 8 (intercepts)",
        "Example 9 (thresholds)",
        "Example 10 (longitudinal invariance)"
      ],
      "created": "2022-08-24 22:39:33",
      "modified": "2025-09-16 14:31:41",
      "commits": 24
    },
    {
      "source": "write_lavaan.Rmd",
      "filename": "write_lavaan.html",
      "title": "How to use write_lavaan()",
      "author": "Rémi Thériault",
      "engine": "knitr::rmarkdown",
      "headings": [
        "regression",
        "covariance",
        "intercept",
        "latent",
        "constraints",
        "mediation",
        "indirect",
        "user-defined parameters",
        "custom"
      ],
      "created": "2023-10-06 18:51:57",
      "modified": "2023-10-07 18:31:51",
      "commits": 3
    }
  ],
  "_score": 7.177247836255624,
  "_indexed": true,
  "_nocasepkg": "lavaanextra",
  "_universes": [
    "rempsyc"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:04:56.000Z",
      "distro": "resolute",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/f401ef9046c22edaac241bb43c68ed81547aa2dc1fea3359e48d54ea16321bf1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:05:22.000Z",
      "distro": "resolute",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/b6cdd13fac90068dc1c7042a50975b4a221473f049a114edefa055bdeb127b8d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:03:40.000Z",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/b71f6bfdc60782dbb2a1a5ca725ae769f3c15f78d0c52fffc0c7f1a30581837e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:03:42.000Z",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/355d26f81fcd2a3e147638bfde15331782ed7239707b794fe1deda4aa0d47fb4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:05:15.000Z",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/2d987a29fffa166dfa10e5f658d0bfabf6d296afa687e9fc0a9a87fb4602ffef",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:03:55.000Z",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/054ed17ffa2c573c8a13fafd5da3fecdc3bf4df7c720c9398f804bd331b078ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:03:58.000Z",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/477b1d0a24adc67906086579e388eed6240dcf24087897c16515f99c18876076",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.2.5",
      "date": "2026-07-04T20:04:03.000Z",
      "commit": "1019774eed779ae66df1144063d87d6a189083f9",
      "fileid": "https://r2.ropensci.org/0c3a7d1436ea4539a8e4e71aaaebe71aa2756bde59bcac3051a8f831a92965de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rempsyc/actions/runs/28717929181"
    }
  ]
}