Package: thurstonianIRT
Encoding: UTF-8
Type: Package
Title: Thurstonian IRT Models
Version: 0.11.0
Date: 2020-07-16
Authors@R: c(person("Paul-Christian", "Bürkner", 
                    email = "paul.buerkner@gmail.com",
                    role = c("aut", "cre")),
             person("Trustees of Columbia University", 
                    role = "cph"))
Description: Fit Thurstonian Item Response Theory (IRT) models in R. This 
  package supports fitting Thurstonian IRT models and its extensions using 
  'Stan', 'lavaan', or 'Mplus' for the model estimation. Functionality for 
  extracting results, making predictions, and simulating data is provided as 
  well. References: 
  Brown & Maydeu-Olivares (2011) <doi:10.1177/0013164410375112>;
  Bürkner et al. (2019) <doi:10.1177/0013164419832063>.
License: GPL (>= 3)
LazyData: true
ByteCompile: true
Depends: R (>= 3.5.0), Rcpp (>= 0.12.16), methods
Imports: rstan (>= 2.17.3), rstantools (>= 1.5.0), lavaan (>= 0.6-1),
        MplusAutomation, dplyr (>= 0.6.0), tibble (>= 1.3.1), tidyr,
        magrittr, mvtnorm, utils, stats, rlang, knitr
Suggests: testthat (>= 0.9.1), markdown
LinkingTo: StanHeaders (>= 2.17.2), rstan (>= 2.17.3), BH (>=
        1.66.0-1), Rcpp (>= 0.12.16), RcppEigen (>= 0.3.3.4.0)
VignetteBuilder: knitr
SystemRequirements: GNU make
URL: https://github.com/paul-buerkner/thurstonianIRT
BugReports: https://github.com/paul-buerkner/thurstonianIRT/issues
NeedsCompilation: yes
RoxygenNote: 7.1.1
Packaged: 2020-07-17 08:17:23 UTC; paulb
Author: Paul-Christian Bürkner [aut, cre],
  Trustees of Columbia University [cph]
Maintainer: Paul-Christian Bürkner <paul.buerkner@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-19 14:30:03 UTC
