{
  "_id": "6a5b07ff9baadeef8ab4a605",
  "Package": "semPlot",
  "Type": "Package",
  "Title": "Path Diagrams and Visual Analysis of Various SEM Packages'\nOutput",
  "Version": "1.2.0",
  "Authors@R": "c(\nperson(\"Sacha\", \"Epskamp\", email = \"mail@sachaepskamp.com\",role = c(\"aut\", \"cre\")),\nperson(\"Simon\", \"Stuber\", role = c(\"ctb\")),\nperson(\"Jason\", \"Nak\", role = c(\"ctb\")),\nperson(\"Myrthe\", \"Veenman\", role = c(\"ctb\")),\nperson(given = c(\"Terrence\",\"D.\"), family = \"Jorgensen\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0001-5111-6773\")),\nperson(\"Adela Maria\", \"Isvoranu\", email = \"isvoranu.adela@gmail.com\", role = c(\"ctb\"))\n)",
  "Maintainer": "Sacha Epskamp <mail@sachaepskamp.com>",
  "ByteCompile": "yes",
  "Description": "Path diagrams and visual analysis of various SEM packages'\noutput.",
  "URL": "https://github.com/SachaEpskamp/semPlot",
  "License": "GPL-2",
  "LazyLoad": "yes",
  "NeedsCompilation": "no",
  "Config/pak/sysreqs": "cmake libglpk-dev make libicu-dev libjpeg-dev\nlibpng-dev libuv1-dev libxml2-dev",
  "Repository": "https://sachaepskamp.r-universe.dev",
  "Date/Publication": "2026-07-16 03:48:18 UTC",
  "RemoteUrl": "https://github.com/sachaepskamp/semplot",
  "RemoteRef": "HEAD",
  "RemoteSha": "3aad39abed8cacb19af703427d2e5900f95a51ec",
  "Packaged": {
    "Date": "2026-07-18 04:53:12 UTC",
    "User": "root"
  },
  "Author": "Sacha Epskamp [aut, cre],\nSimon Stuber [ctb],\nJason Nak [ctb],\nMyrthe Veenman [ctb],\nTerrence D. Jorgensen [ctb] (ORCID:\n<https://orcid.org/0000-0001-5111-6773>),\nAdela Maria Isvoranu [ctb]",
  "_user": "sachaepskamp",
  "_type": "src",
  "_file": "semPlot_1.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/0616231fc4021ddc6a60619c49cb130677cb48a4a31e64fc1197c27f5aad6aec",
  "_filesize": 346368,
  "_sha256": "0616231fc4021ddc6a60619c49cb130677cb48a4a31e64fc1197c27f5aad6aec",
  "_expires": "2026-10-26T04:58:38.000Z",
  "_created": "2026-07-18T04:53:12.000Z",
  "_published": "2026-07-18T04:58:39.727Z",
  "_jobs": [
    {
      "job": 88045308661,
      "time": 283,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8425592189"
    },
    {
      "job": 88045308679,
      "time": 280,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425591434"
    },
    {
      "job": 88045308659,
      "time": 215,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8425590314"
    },
    {
      "job": 88045308655,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425574825"
    },
    {
      "job": 88044889919,
      "time": 296,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425546279"
    },
    {
      "job": 88045308664,
      "time": 210,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8425580334"
    },
    {
      "job": 88045308663,
      "time": 151,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8425570086"
    },
    {
      "job": 88045308668,
      "time": 198,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8425578160"
    },
    {
      "job": 88045308657,
      "time": 193,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425577216"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267",
  "_status": "success",
  "_upstream": "https://github.com/sachaepskamp/semplot",
  "_commit": {
    "id": "3aad39abed8cacb19af703427d2e5900f95a51ec",
    "author": "Sacha Epskamp <sacha.epskamp@gmail.com>",
    "committer": "Sacha Epskamp <sacha.epskamp@gmail.com>",
    "message": "Standardized parameters for psychonetrics models; fix regsem importer and examples\n\npsychonetrics leaves the 'std' column of its parameter table empty, so\nsemPaths(mod, 'std') had nothing to plot. Compute the standardized solution\nfrom the model-implied matrices instead:\n\n  Var(eta) = (I - Beta)^-1 Sigma_zeta (I - Beta)^-T\n  Sigma    = Lambda Var(eta) Lambda' + Sigma_epsilon\n\nFor a GGM block psychonetrics forms Sigma_* = Delta (I - Omega)^-1 Delta, so\nthe same expressions cover the cov/ggm/chol/prec parameterizations of both the\nlvm and varcov frameworks. Omega is itself a matrix of partial correlations\nand is reported unchanged.\n\nAlso fixes an empty GGM block (every omega fixed at zero, as for a default\nresidual = 'ggm') losing its delta parameters to the '~/~' operator warning,\nbecause the block's parameterization was read after structurally-zero rows had\nbeen dropped.\n\nThe regsem importer's ':='/'=='/'<'/'>' filter tested object$op; a regsem\nobject has no $op, so partial matching resolved it to optim_fit and the filter\nwas a constant. ?regsemplot called the unexported S3 method by name.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n",
    "time": 1784173698
  },
  "_maintainer": {
    "name": "Sacha Epskamp",
    "email": "mail@sachaepskamp.com"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.15.0",
      "role": "Depends"
    },
    {
      "package": "qgraph",
      "version": ">= 1.2.4",
      "role": "Imports"
    },
    {
      "package": "lavaan",
      "version": ">= 0.5-11",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "version": ">= 0.6-3",
      "role": "Imports"
    },
    {
      "package": "colorspace",
      "role": "Imports"
    },
    {
      "package": "corpcor",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "MplusAutomation",
      "version": ">= 0.5-3",
      "role": "Suggests"
    },
    {
      "package": "psychonetrics",
      "version": ">= 0.15",
      "role": "Suggests"
    },
    {
      "package": "sem",
      "version": ">= 3.1-0",
      "role": "Suggests"
    },
    {
      "package": "XML",
      "role": "Suggests"
    },
    {
      "package": "lisrelToR",
      "role": "Suggests"
    },
    {
      "package": "rockchalk",
      "role": "Suggests"
    },
    {
      "package": "OpenMx",
      "role": "Suggests"
    },
    {
      "package": "lavaan.mi",
      "role": "Suggests"
    },
    {
      "package": "piecewiseSEM",
      "role": "Suggests"
    },
    {
      "package": "psych",
      "role": "Suggests"
    },
    {
      "package": "metaSEM",
      "role": "Suggests"
    },
    {
      "package": "umx",
      "role": "Suggests"
    },
    {
      "package": "blavaan",
      "role": "Suggests"
    },
    {
      "package": "seminr",
      "role": "Suggests"
    },
    {
      "package": "cSEM",
      "role": "Suggests"
    },
    {
      "package": "regsem",
      "role": "Suggests"
    }
  ],
  "_owner": "sachaepskamp",
  "_selfowned": true,
  "_usedby": 18,
  "_updates": [
    {
      "week": "2025-36",
      "n": 3
    },
    {
      "week": "2026-07",
      "n": 3
    },
    {
      "week": "2026-28",
      "n": 20
    },
    {
      "week": "2026-29",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 67,
  "_contributors": [
    {
      "user": "sachaepskamp",
      "count": 142,
      "uuid": 1207242
    },
    {
      "user": "jasonnak",
      "count": 13,
      "uuid": 23260341
    },
    {
      "user": "simonstuber",
      "count": 6,
      "uuid": 11269398
    },
    {
      "user": "tdjorgensen",
      "count": 2,
      "uuid": 1742258
    },
    {
      "user": "pacbard",
      "count": 1,
      "uuid": 297732
    },
    {
      "user": "sfcheung",
      "count": 1,
      "uuid": 7019263
    },
    {
      "user": "seonghobae",
      "count": 1,
      "uuid": 8172694
    }
  ],
  "_userbio": {
    "uuid": 1207242,
    "type": "user",
    "name": "Sacha Epskamp",
    "followers": 300
  },
  "_downloads": {
    "count": 20457,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/semPlot"
  },
  "_mentions": 57,
  "_devurl": "https://github.com/sachaepskamp/semplot",
  "_searchresults": 2468,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/semPlot.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sachaepskamp/semplot",
  "_realowner": "sachaepskamp",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3",
      "date": "2013-01-28"
    },
    {
      "version": "0.3.1",
      "date": "2013-01-29"
    },
    {
      "version": "0.3.2",
      "date": "2013-05-08"
    },
    {
      "version": "0.3.3",
      "date": "2013-08-30"
    },
    {
      "version": "1.0.0",
      "date": "2014-02-11"
    },
    {
      "version": "1.0.1",
      "date": "2014-08-15"
    },
    {
      "version": "1.1",
      "date": "2017-03-27"
    },
    {
      "version": "1.1.1",
      "date": "2019-04-08"
    },
    {
      "version": "1.1.2",
      "date": "2019-08-20"
    },
    {
      "version": "1.1.4",
      "date": "2022-02-21"
    },
    {
      "version": "1.1.5",
      "date": "2022-03-08"
    },
    {
      "version": "1.1.6",
      "date": "2022-08-10"
    },
    {
      "version": "1.1.7",
      "date": "2025-09-01"
    },
    {
      "version": "1.1.8",
      "date": "2026-02-16"
    },
    {
      "version": "1.2.0",
      "date": "2026-07-17"
    }
  ],
  "_exports": [
    "endo",
    "endo<-",
    "exo",
    "exo<-",
    "Imin",
    "lat",
    "lat<-",
    "lisrelModel",
    "man",
    "man<-",
    "modelMatrices",
    "ramModel",
    "registerSemPlotImporter",
    "semCors",
    "semMatrixAlgebra",
    "semPaths",
    "semPlotModel",
    "semPlotModel_Amos",
    "semPlotModel_lavaanModel",
    "semPlotModel_Onyx",
    "semPlotModel_S4",
    "semSyntax",
    "validateSemPlotModel"
  ],
  "_help": [
    {
      "page": "semPlot-package",
      "title": "semPlot",
      "topics": [
        "semPlot-package",
        "semPlot"
      ]
    },
    {
      "page": "cvregsemplot",
      "title": "Bridge between cv_regsem output and sempaths",
      "topics": [
        "semPlotModel.cvregsem"
      ]
    },
    {
      "page": "Imin",
      "title": "Helper function to substract matrix from identity matrix and take inverse.",
      "topics": [
        "Imin"
      ]
    },
    {
      "page": "lisrelModel",
      "title": "Construct SEM model using LISREL matrix specification.",
      "topics": [
        "lisrelModel"
      ]
    },
    {
      "page": "modelMatrices",
      "title": "Extract SEM model matrices",
      "topics": [
        "modelMatrices"
      ]
    },
    {
      "page": "ramModel",
      "title": "Construct SEM model using RAM matrix specification.",
      "topics": [
        "ramModel"
      ]
    },
    {
      "page": "registerSemPlotImporter",
      "title": "Register a third-party semPlotModel importer",
      "topics": [
        "registerSemPlotImporter",
        "validateSemPlotModel"
      ]
    },
    {
      "page": "regsemplot",
      "title": "Bridge between regsem output and sempaths",
      "topics": [
        "semPlotModel.regsem"
      ]
    },
    {
      "page": "semCors",
      "title": "Visually inspect implied and observed correlations",
      "topics": [
        "semCors"
      ]
    },
    {
      "page": "semMatrixAlgebra",
      "title": "Extract or calculate with model matrices",
      "topics": [
        "semMatrixAlgebra"
      ]
    },
    {
      "page": "semPaths",
      "title": "Plot path diagram for SEM models.",
      "topics": [
        "semPaths"
      ]
    },
    {
      "page": "tricks",
      "title": "Tricks that can be used in semPlot.",
      "topics": [
        "+.semPlotModel",
        "semPlotModel.list"
      ]
    },
    {
      "page": "semPlotModel",
      "title": "SEM model representation",
      "topics": [
        "semPlotModel",
        "semPlotModel.cSEMResults",
        "semPlotModel.default",
        "semPlotModel.efaList",
        "semPlotModel.factanal",
        "semPlotModel.lisrel",
        "semPlotModel.lm",
        "semPlotModel.loadings",
        "semPlotModel.meta",
        "semPlotModel.mplus.model",
        "semPlotModel.msem",
        "semPlotModel.msemObjectiveML",
        "semPlotModel.principal",
        "semPlotModel.princomp",
        "semPlotModel.psem",
        "semPlotModel.psych",
        "semPlotModel.sem",
        "semPlotModel.seminr_model",
        "semPlotModel.tssem1FEM",
        "semPlotModel.wls",
        "semPlotModel_Amos",
        "semPlotModel_lavaanModel",
        "semPlotModel_lavaan_mi",
        "semPlotModel_Onyx",
        "semPlotModel_psychonetrics"
      ]
    },
    {
      "page": "semPlotModel.S4-methods",
      "title": "S4 methods for semPlotModel",
      "topics": [
        "semPlotModel_S4",
        "semPlotModel_S4,lavaan-method",
        "semPlotModel_S4-methods"
      ]
    },
    {
      "page": "semPlotModel-class",
      "title": "Class '\"semPlotModel\"'",
      "topics": [
        "semPlotModel-class"
      ]
    },
    {
      "page": "edits",
      "title": "Functions to facilitate editting 'semPlotModel' objects.",
      "topics": [
        "endo",
        "endo<-",
        "exo",
        "exo<-",
        "lat",
        "lat<-",
        "man",
        "man<-",
        "semPlotModel-edit"
      ]
    },
    {
      "page": "semSyntax",
      "title": "Produce model syntax for various SEM software",
      "topics": [
        "semSyntax"
      ]
    }
  ],
  "_rundeps": [
    "abind",
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "colorspace",
    "corpcor",
    "cpp11",
    "data.table",
    "digest",
    "evaluate",
    "farver",
    "fastmap",
    "fdrtool",
    "fontawesome",
    "foreign",
    "Formula",
    "fs",
    "ggplot2",
    "glasso",
    "glue",
    "GPArotation",
    "gridExtra",
    "gtable",
    "gtools",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "igraph",
    "isoband",
    "jpeg",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lavaan",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "mnormt",
    "nlme",
    "nnet",
    "numDeriv",
    "pbapply",
    "pbivnorm",
    "pkgconfig",
    "plyr",
    "png",
    "psych",
    "qgraph",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 11.641866904760901,
  "_indexed": true,
  "_nocasepkg": "semplot",
  "_universes": [
    "sachaepskamp"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-18T04:57:04.000Z",
      "distro": "resolute",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/f27ddb4920663bf9062c071303fb0c3e11472b886914e19e68071d3c8fdeea7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-18T04:57:00.000Z",
      "distro": "resolute",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/11a75d37f201f607279273b10de266b57c1d01bf22543703ab6bdfb458044259",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-18T04:57:22.000Z",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/bfea56c8a5515f06fb6cb0aad4dfb90d1931c2585051b6d64e24bffc862584b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-18T04:55:50.000Z",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/037014b27401cf0acd6fd7996396f62da4f1906c429d561356eca1b3dcfc3d45",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-07-18T04:57:05.000Z",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/c70d7b6974af49fac2f3c5b777d42c42568020e0f32d06a1085e784587f3d7b1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-18T04:55:08.000Z",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/8baf8e7a62fce78078c4750fb87ae08d245e66a802fd11713e4f1fe11787ac0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-18T04:55:16.000Z",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/9fad8092765f7ac6bb87cb241f3027459869750b07f7c5cf369b1db21497de40",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-18T04:55:22.000Z",
      "commit": "3aad39abed8cacb19af703427d2e5900f95a51ec",
      "fileid": "https://r2.ropensci.org/5160198a5cde8891fddae67502d85745a94eddf3da61d366ab8c7d3c4210621a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachaepskamp/actions/runs/29631162267"
    }
  ]
}