Package: fcirt
Title: Forced Choice in Item Response Theory 
Version: 0.1.0.9000
Date: 2022-1-31
Authors@R: 
    c(person(given = "Naidan",
           family = "Tu",
           role = c("aut", "cre"),
           email = "naidantu@usf.edu",
           comment = c(ORCID = "0000-0002-5179-4133")),
           person(given = "Seang-Hwane",
           family = "Joo",
           role = c("aut"),
           email = "sjoo@ku.edu",
           comment = c(ORCID = "0000-0003-4861-4362")),
           person(given = "Philseok",
           family = "Lee",
           role = c("aut"),
           email = "plee27@gmu.edu",
           comment = c(ORCID = "0000-0002-6965-0808")),
           person(given = "Stephen",
           family = "Stark",
           role = c("aut"),
           email = "sestark@usf.edu"))
Description: Bayesian estimation of forced choice models in Item Response Theory using 'rstan' (See Stan Development Team (2020) <https://mc-stan.org/>).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Biarch: true
Depends: 
    R (>= 3.4.0)
Imports: 
    methods,
    Rcpp (>= 0.12.0),
    RcppParallel (>= 5.0.1),
    rstan (>= 2.18.1),
    rstantools (>= 2.1.1),
    numDeriv
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)
SystemRequirements: GNU make
Suggests: 
    knitr,
    rmarkdown
VignetteBuilder: knitr
URL: https://github.com/Naidantu/fcirt
BugReports: https://github.com/Naidantu/fcirt/issues
