{
  "_id": "6a1f2f7bb401979e734274ec",
  "Package": "blatent",
  "Type": "Package",
  "Title": "Bayesian Latent Variable Models",
  "Version": "0.1.3",
  "Authors@R": "person(\"Jonathan\", \"Templin\", email = \"jtempli@clemson.edu\", role = c(\"aut\", \"cre\"), comment=c(ORCID  = \"0000-0001-7616-0973\"))",
  "Maintainer": "Jonathan Templin <jtempli@clemson.edu>",
  "Description": "Estimation of latent variable models using Bayesian\nmethods. Currently estimates the loglinear cognitive diagnosis\nmodel of Henson, Templin, and Willse (2009)\n<doi:10.1007/s11336-008-9089-5>.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Repository": "https://jonathantemplin.r-universe.dev",
  "Date/Publication": "2026-04-15 18:01:49 UTC",
  "RemoteUrl": "https://github.com/jonathantemplin/blatent",
  "RemoteRef": "HEAD",
  "RemoteSha": "14dccfe630aa154902cf76c41e966b72bd040f38",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-15 09:08:31 UTC",
    "User": "root"
  },
  "Author": "Jonathan Templin [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-7616-0973>)",
  "MD5sum": "7d1f4fc39e7cd9fcd17cec0710947fb2",
  "_user": "jonathantemplin",
  "_type": "src",
  "_file": "blatent_0.1.3.tar.gz",
  "_fileid": "e7b4ce81cc4b7edfb760d4baa884ad0ef27d3285e70c88a42b4223a259d26d6c",
  "_filesize": 209386,
  "_sha256": "e7b4ce81cc4b7edfb760d4baa884ad0ef27d3285e70c88a42b4223a259d26d6c",
  "_created": "2026-05-15T09:08:31.000Z",
  "_published": "2026-06-02T19:31:07.911Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79155003177,
      "time": 149,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013768097"
    },
    {
      "job": 79155003337,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013766396"
    },
    {
      "job": 79155003571,
      "time": 147,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013767696"
    },
    {
      "job": 79155003516,
      "time": 187,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013779543"
    },
    {
      "job": 79155003323,
      "time": 193,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013775048"
    },
    {
      "job": 79155003485,
      "time": 255,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013793847"
    },
    {
      "job": 79155003259,
      "time": 241,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013778133"
    },
    {
      "job": 79155003280,
      "time": 380,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013820650"
    },
    {
      "job": 79155002583,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013724428"
    },
    {
      "job": 79155002452,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367813070"
    },
    {
      "job": 79155003241,
      "time": 168,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013773966"
    },
    {
      "job": 79155003664,
      "time": 136,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013764674"
    },
    {
      "job": 79155003585,
      "time": 147,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013767999"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jonathantemplin/blatent",
  "_commit": {
    "id": "14dccfe630aa154902cf76c41e966b72bd040f38",
    "author": "Jonathan Templin <jonathan-templin@uiowa.edu>",
    "committer": "Jonathan Templin <jonathan-templin@uiowa.edu>",
    "message": "Regenerate RcppExports with Rcpp 1.1.1; bump to 0.1.3\n\nRcpp maintainers asked packages linking to Rcpp to regenerate\nRcppExports.cpp with Rcpp >= 1.1.1 so internal Rf_error() calls\nare emitted in the guarded (Rf_error)(...) form, avoiding macro\nexpansion under a planned compiler warning.\n\n- Regenerated src/RcppExports.cpp via Rcpp::compileAttributes()\n- Bump DESCRIPTION Version: 0.1.2 -> 0.1.3 and Imports: Rcpp (>= 1.1.1)\n- Add NEWS.md and cran-comments.md for the resubmission\n- Expand .Rbuildignore to exclude .claude, .Rhistory, .DS_Store,\n  cran-comments.md, blatent.Rcheck/, and built tarballs\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n",
    "time": 1776276109
  },
  "_maintainer": {
    "name": "Jonathan Templin",
    "email": "jtempli@clemson.edu",
    "login": "jonathantemplin",
    "orcid": "0000-0001-7616-0973",
    "uuid": 25615768
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "coda",
      "role": "Depends"
    },
    {
      "package": "mnormt",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "truncnorm",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.1.1",
      "role": "Imports"
    }
  ],
  "_owner": "jonathantemplin",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "jonathantemplin",
      "count": 5,
      "uuid": 25615768
    }
  ],
  "_userbio": {
    "uuid": 25615768,
    "type": "user",
    "name": "Jonathan Templin",
    "description": "Eugene T. Moore Endowed Professor of Learning Sciences at Clemson University. I’m into data, typically from assessments. "
  },
  "_downloads": {
    "count": 546,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/blatent"
  },
  "_devurl": "https://github.com/jonathantemplin/blatent",
  "_searchresults": 6,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/blatent.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jonathantemplin/blatent",
  "_realowner": "jonathantemplin",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-12-08"
    },
    {
      "version": "0.1.1",
      "date": "2020-12-15"
    },
    {
      "version": "0.1.2",
      "date": "2023-12-08"
    },
    {
      "version": "0.1.3",
      "date": "2026-04-16"
    }
  ],
  "_exports": [
    "blatentControl",
    "blatentEstimate",
    "blatentPPMC",
    "blatentSimulate",
    "calculateDIC",
    "calculateWAIC",
    "createParameterVector",
    "QmatrixToBlatentSyntax",
    "setDefaultInitializeParameters",
    "setDefaultPriors",
    "setDefaultSimulatedParameters",
    "setPosteriorPredictiveCheckOptions"
  ],
  "_help": [
    {
      "page": "blatent",
      "title": "blatent: A package for estimating Bayesian latent variable models.",
      "topics": [
        "blatent-package",
        "blatent"
      ]
    },
    {
      "page": "blatentControl",
      "title": "blatent estimation specifications",
      "topics": [
        "blatentControl"
      ]
    },
    {
      "page": "blatentEstimate",
      "title": "Use blatent to estimate a Bayesian latent variable model. Currently supports estimation of the LCDM (Loglinar Cognitive Diagnosis Model).",
      "topics": [
        "blatentEstimate"
      ]
    },
    {
      "page": "blatentPPMC",
      "title": "blatentPPMC",
      "topics": [
        "blatentPPMC"
      ]
    },
    {
      "page": "blatentSimulate",
      "title": "Simulates data using blatent syntax and simulated parameters input",
      "topics": [
        "blatentSimulate"
      ]
    },
    {
      "page": "blatentSyntax",
      "title": "Syntax specifications for blatent",
      "topics": [
        "blatentSyntax"
      ]
    },
    {
      "page": "calculateDIC",
      "title": "calculateDIC",
      "topics": [
        "calculateDIC"
      ]
    },
    {
      "page": "calculateWAIC",
      "title": "calculateWAIC",
      "topics": [
        "calculateWAIC"
      ]
    },
    {
      "page": "createParameterVector",
      "title": "Creates named numeric vector with parameter names for analysis specified by modelText",
      "topics": [
        "createParameterVector"
      ]
    },
    {
      "page": "latent",
      "title": "Declares latent variables in a blatent model",
      "topics": [
        "latent"
      ]
    },
    {
      "page": "observed",
      "title": "Declares observed variables in a blatent model",
      "topics": [
        "observed"
      ]
    },
    {
      "page": "QmatrixToBlatentSyntax",
      "title": "Convert a rectangular Q-matrix into blatent model syntax",
      "topics": [
        "QmatrixToBlatentSyntax"
      ]
    },
    {
      "page": "setDefaultInitializeParameters",
      "title": "Sets the distribution parameters for initializing all parameters",
      "topics": [
        "setDefaultInitializeParameters"
      ]
    },
    {
      "page": "setDefaultPriors",
      "title": "Sets the prior distribution parameters for all parameters not named in priorsList",
      "topics": [
        "setDefaultPriors"
      ]
    },
    {
      "page": "setDefaultSimulatedParameters",
      "title": "Creates simulation specifications for simulating data in blatent",
      "topics": [
        "setDefaultSimulatedParameters"
      ]
    },
    {
      "page": "setPosteriorPredictiveCheckOptions",
      "title": "Posterior Predictive Model Checking Options",
      "topics": [
        "setPosteriorPredictiveCheckOptions"
      ]
    }
  ],
  "_readme": "https://github.com/jonathantemplin/blatent/raw/HEAD/README.md",
  "_rundeps": [
    "coda",
    "lattice",
    "Matrix",
    "mnormt",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "truncnorm"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "blatent",
  "_universes": [
    "jonathantemplin"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-15T09:10:59.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "756bc7574a3237eaa1d7f6d83f836b45447b743815cc95625ec341fea658c405",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-15T09:10:56.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "7221b0b5e687c2680a5c3f25664e2dc229423a8e1c49fb327785da4a18c3cef2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-15T09:10:57.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "6ebf639806efd782a5cfc90a0d1bd73b6cf44ca99cdb5ef03fafc2969a6d247e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-15T09:11:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "39e5ef7d42ffd6abe666dca1b2c9eea0bcfcd4ba94ba64f4bbb0554e050a07dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-15T09:11:46.000Z",
      "arch": "aarch64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "893ff5940b822c0805ff18100aca2ffdf50b271d89bdfef878354472e4353aff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-15T09:12:16.000Z",
      "arch": "x86_64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "920cb0165b0ba35a9bde3d049313f11a818d2004770252568c8191f2a2f5e23d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-15T09:11:35.000Z",
      "arch": "aarch64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "3c6d07cc5fc75bd5548ac3bb3dcf1a54d703ba304b618f7612c6f8c08e1d3fe1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-15T09:13:00.000Z",
      "arch": "x86_64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "b1a18e3b2e6efbded5e2803b405a80ddd898b451f8f3e3c7c67b9a0fca4b1d43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-15T09:10:25.000Z",
      "arch": "x86_64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "702d8aeb99e85da9def6b8c47d73317b34f6729f90d44d17d54241be0d52f3c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-15T09:10:14.000Z",
      "arch": "x86_64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "676ed0d7106501f5b22642375aaebdb01af40d4ea7ba34c0ac0be8b6e37f0a1e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-15T09:10:14.000Z",
      "arch": "x86_64",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "e286b09ba81c156ee53c57983b13037b50a7ed63822ade5c1efe57e5d97c18d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-06-02T19:30:13.000Z",
      "arch": "emscripten",
      "commit": "14dccfe630aa154902cf76c41e966b72bd040f38",
      "fileid": "2b8c243756f0324d16c98416624a03a9fa840b8b76c97296fc7c7b5ae9950aaa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonathantemplin/actions/runs/25909674875"
    }
  ]
}