{
  "_id": "6a1f2cb7b401979e734261e5",
  "Package": "lavDiag",
  "Title": "Latent Variable Models Diagnostics",
  "Version": "0.1.0",
  "Authors@R": "person(\"Karel\", \"Rečka\", , \"reckak@mail.muni.cz\", role = c(\"aut\", \"cre\"))",
  "Description": "Diagnostics and visualization tools for latent variable\nmodels fitted with 'lavaan' (Rosseel, 2012\n<doi:10.18637/jss.v048.i02>). The package provides fast,\nparallel-safe factor-score prediction (lavPredict_parallel()),\ndata augmentation with model predictions, residuals,\ndelta-method standard errors and confidence intervals\n(augment()), and model-based latent grids for continuous,\nordinal, or mixed indicators (prepare()). It offers item-level\nempirical versus model curve comparison using generalized\nadditive models for both continuous and ordinal indicators\n(item_data(), item_plot()) via 'mgcv' (Wood, 2017,\nISBN:9781498728331), residual diagnostics including residual\ncorrelation tables and plots (resid_cor(), resid_corrplot())\nusing 'corrplot' (Wei and Simko, 2021\n<https://github.com/taiyun/corrplot>), and Q–Q checks of\nresidual z-statistics (resid_qq()), optionally with\nnon-overlapping labels from 'ggrepel' (Slowikowski, 2024\n<https://CRAN.R-project.org/package=ggrepel>). Heavy\ncomputations are parallelized via 'future'/'furrr' (Bengtsson,\n2021 <doi:10.32614/RJ-2021-048>; Vaughan and Dancho, 2018\n<https://CRAN.R-project.org/package=furrr>). Methods build on\nestablished literature and packages listed above.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/reckak/lavDiag",
  "BugReports": "https://github.com/reckak/lavDiag/issues",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 09:52:07 UTC",
    "User": "root"
  },
  "Author": "Karel Rečka [aut, cre]",
  "Maintainer": "Karel Rečka <reckak@mail.muni.cz>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-01-17 13:01:55 UTC",
  "RemoteUrl": "https://github.com/cran/lavDiag",
  "RemoteRef": "HEAD",
  "RemoteSha": "aa4c6c8aa48474aae601105280b07e4b62f1a521",
  "MD5sum": "cdf39da5345add5b0eb9a3dc5f33c31e",
  "_user": "cran",
  "_type": "src",
  "_file": "lavDiag_0.1.0.tar.gz",
  "_fileid": "ccfb0f93f5ffca7390b4694f28c9f6f69694602e2676958415af420f69cc6cb9",
  "_filesize": 308507,
  "_sha256": "ccfb0f93f5ffca7390b4694f28c9f6f69694602e2676958415af420f69cc6cb9",
  "_created": "2026-05-15T09:52:07.000Z",
  "_published": "2026-06-02T19:19:19.122Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79152804018,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014512791"
    },
    {
      "job": 79152804451,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014513517"
    },
    {
      "job": 79152803966,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014466646"
    },
    {
      "job": 79152803467,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367559503"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25911458282",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/lavDiag",
  "_commit": {
    "id": "aa4c6c8aa48474aae601105280b07e4b62f1a521",
    "author": "Karel Rečka <reckak@mail.muni.cz>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1768654915
  },
  "_maintainer": {
    "name": "Karel Rečka",
    "email": "reckak@mail.muni.cz"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "corrplot",
      "version": ">= 0.90",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "furrr",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "future.apply",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "lavaan",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "visNetwork",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-03",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-01-17"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 493,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lavDiag"
  },
  "_devurl": "https://github.com/reckak/lavdiag",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lavDiag.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-01-17"
    }
  ],
  "_exports": [
    "augment",
    "hopper_plot",
    "item_data",
    "item_plot",
    "lavPredict_parallel",
    "model_info",
    "parameter_estimates",
    "plot_cfa",
    "prepare",
    "resid_cor",
    "resid_corrplot",
    "resid_qq"
  ],
  "_help": [
    {
      "page": "augment",
      "title": "Augment SEM data with predictions, residuals, SEs/CIs, and ordinal extras",
      "concept": [
        "lavDiag-augmenters"
      ],
      "topics": [
        "augment"
      ]
    },
    {
      "page": "hopper_plot",
      "title": "Hopper plot of the largest residual correlations",
      "concept": [
        "lavDiag-visualization"
      ],
      "topics": [
        "hopper_plot"
      ]
    },
    {
      "page": "item_data",
      "title": "Compute Empirical and Model-Based Item Curves with Fit Diagnostics",
      "concept": [
        "lavDiag-augmenters"
      ],
      "topics": [
        "item_data"
      ]
    },
    {
      "page": "item_plot",
      "title": "Plot model-implied vs empirical item curves by latent factor (single- or multi-group)",
      "concept": [
        "lavDiag-visualization"
      ],
      "topics": [
        "item_plot"
      ]
    },
    {
      "page": "lavPredict_parallel",
      "title": "Fast & robust parallel wrapper for lavaan::lavPredict()",
      "topics": [
        "lavPredict_parallel"
      ]
    },
    {
      "page": "model_info",
      "title": "Extract compact, robust meta-information about a lavaan fit",
      "topics": [
        "model_info"
      ]
    },
    {
      "page": "parameter_estimates",
      "title": "Parameter estimates from lavaan with a unified schema",
      "topics": [
        "parameter_estimates"
      ]
    },
    {
      "page": "plot_cfa",
      "title": "Interactive CFA/SEM diagram via visNetwork",
      "topics": [
        "plot_cfa"
      ]
    },
    {
      "page": "prepare",
      "title": "Prepare smooth latent grids + model-based item curves (continuous, ordinal, or mixed)",
      "concept": [
        "lavDiag-augmenters"
      ],
      "topics": [
        "prepare"
      ]
    },
    {
      "page": "resid_cor",
      "title": "Residual correlations (Bentler or other types) as a tidy tibble",
      "topics": [
        "resid_cor"
      ]
    },
    {
      "page": "resid_corrplot",
      "title": "Corrplot of residual correlations (configurable type)",
      "topics": [
        "resid_corrplot"
      ]
    },
    {
      "page": "resid_qq",
      "title": "Q-Q plot of residual correlation z-statistics",
      "topics": [
        "resid_qq"
      ]
    }
  ],
  "_readme": "https://github.com/cran/lavDiag/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "codetools",
    "corrplot",
    "cpp11",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "furrr",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "ggrepel",
    "globals",
    "glue",
    "gtable",
    "highr",
    "htmltools",
    "htmlwidgets",
    "igraph",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lavaan",
    "lifecycle",
    "listenv",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mgcv",
    "mime",
    "mnormt",
    "nlme",
    "numDeriv",
    "parallelly",
    "pbivnorm",
    "pillar",
    "pkgconfig",
    "purrr",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "viridisLite",
    "visNetwork",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "lavdiag",
  "_universes": [
    "cran",
    "reckak"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-15T09:54:26.000Z",
      "distro": "noble",
      "commit": "aa4c6c8aa48474aae601105280b07e4b62f1a521",
      "fileid": "ad4a87efab6319c041208f6a43792e79638076f911d4022278189bbe7934e9ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25911458282"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-15T09:54:32.000Z",
      "distro": "noble",
      "commit": "aa4c6c8aa48474aae601105280b07e4b62f1a521",
      "fileid": "934e2a58c0673225b8d5bbb27c0796ebbe9b625e710ba55bea4622571aaad94e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25911458282"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T19:18:56.000Z",
      "commit": "aa4c6c8aa48474aae601105280b07e4b62f1a521",
      "fileid": "b0664a2ca5b8cdcaac4b895bf871105e87b9cff77756a6a690365cf2c9b5eaff",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25911458282"
    }
  ]
}