Package: measr
Title: Bayesian Psychometric Measurement Using 'Stan'
Version: 0.2.1
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.21.2),
    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.18.1),
    StanHeaders (>= 2.18.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
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Biarch: true
SystemRequirements: GNU make
VignetteBuilder: knitr
