Package: measr
Title: Bayesian Psychometric Measurement Using 'Stan'
Version: 1.0.0
Authors@R: c(
    person("W. Jake", "Thompson", , "wjakethompson@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7339-0300")),
    person("Nathan", "Jones", , "jonesnateb@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0001-6177-7161")),
    person("Matthew", "Johnson", , , role = "cph",
           comment = "Provided code adapted for reliability.measrdcm()"),
    person("Paul-Christian", "Bürkner", , , role = "cph",
           comment = "Author of eval_silent()"),
    person("University of Kansas", role = "cph"),
    person("Institute of Education Sciences", role = "fnd")
  )
Description: Estimate diagnostic classification models (also called cognitive
    diagnostic models) with 'Stan'. Diagnostic classification models are 
    confirmatory latent class models, as described by Rupp et al.
    (2010, ISBN: 978-1-60623-527-0). Automatically generate 'Stan' code for the
    general loglinear cognitive diagnostic diagnostic model proposed by
    Henson et al. (2009) <doi:10.1007/s11336-008-9089-5> and other subtypes that
    introduce additional model constraints. Using the generated 'Stan' code,
    estimate the model evaluate the model's performance using model fit indices,
    information criteria, and reliability metrics.
License: GPL (>= 3)
URL: https://measr.info, https://github.com/wjakethompson/measr
BugReports: https://github.com/wjakethompson/measr/issues
Depends: R (>= 4.1.0)
Imports: dcm2, dplyr (>= 1.1.1), fs, glue, loo, magrittr, methods,
        posterior, psych, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1),
        rlang (>= 0.4.11), rstan (>= 2.26.0), rstantools (>= 2.3.0),
        stats, tibble, tidyr (>= 1.3.0)
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
        RcppParallel (>= 5.0.1), rstan (>= 2.26.0), StanHeaders (>=
        2.26.0)
Suggests: cli, cmdstanr (>= 0.4.0), crayon, knitr, rmarkdown, roxygen2,
        spelling, testthat (>= 3.0.0)
Additional_repositories: https://mc-stan.org/r-packages/
Config/testthat/edition: 3
Config/Needs/website: wjakethompson/wjake, showtext, ggdist, english
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3
Biarch: true
SystemRequirements: GNU make
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-01-29 17:09:31 UTC; jakethompson
Author: W. Jake Thompson [aut, cre] (<https://orcid.org/0000-0001-7339-0300>),
  Nathan Jones [ctb] (<https://orcid.org/0000-0001-6177-7161>),
  Matthew Johnson [cph] (Provided code adapted for
    reliability.measrdcm()),
  Paul-Christian Bürkner [cph] (Author of eval_silent()),
  University of Kansas [cph],
  Institute of Education Sciences [fnd]
Maintainer: W. Jake Thompson <wjakethompson@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-30 08:50:07 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 05:05:30 UTC; windows
Archs: x64
