Package: TestDesign
Type: Package
Title: Optimal Test Design Approach to Fixed and Adaptive Test
        Construction
Version: 1.0.2
Date: 2020-01-25
Authors@R: c(
    person("Seung W.", "Choi",
        email = "schoi@austin.utexas.edu",
        role = c("aut", "cre"),
        comment = c(ORCID = "0000-0003-4777-5420")),
    person("Sangdon", "Lim",
        email = "sangdonlim@utexas.edu",
        role = "aut",
        comment = c(ORCID = "0000-0002-2988-014X")))
Maintainer: Seung W. Choi <schoi@austin.utexas.edu>
Description: Use the optimal test design approach by Birnbaum (1968, ISBN:9781593119348) and
    van der Linden (2018) <doi:10.1201/9781315117430> in constructing fixed and adaptive tests. Supports the following
    mixed-integer programming (MIP) solver packages: 'lpsymphony', 'Rsymphony', 'gurobi', 'lpSolve', and 'Rglpk'. The 'gurobi' package
    is not available from CRAN; see <https://www.gurobi.com/downloads>. See vignette for installing 'Rsymphony' package
    on Mac systems.
URL: https://github.com/choi-phd/TestDesign
BugReports: https://github.com/choi-phd/TestDesign/issues
License: GPL (>= 2)
Depends: R (>= 2.10)
biocViews:
Imports: Rcpp (>= 1.0.0), methods, Matrix, lpSolve, foreach, logitnorm,
        Rdpack, crayon
Suggests: lpsymphony, Rsymphony, gurobi, Rglpk, shiny, shinythemes,
        shinyWidgets, shinyjs, DT, knitr, rmarkdown, kableExtra,
        testthat (>= 2.1.0)
LinkingTo: Rcpp
RoxygenNote: 7.0.2
Encoding: UTF-8
LazyData: true
RdMacros: Rdpack
VignetteBuilder: knitr
Collate: 'RcppExports.R' 'import.R' 'item_class.R' 'item_functions.R'
        'loading_functions.R' 'static_class.R' 'shadow_class.R'
        'static_functions.R' 'shadow_functions.R' 'datasets.R'
        'solver_functions.R' 'helper_functions.R' 'runshiny.R'
NeedsCompilation: yes
Packaged: 2020-02-03 15:56:08 UTC; chois1
Author: Seung W. Choi [aut, cre] (<https://orcid.org/0000-0003-4777-5420>),
  Sangdon Lim [aut] (<https://orcid.org/0000-0002-2988-014X>)
Repository: CRAN
Date/Publication: 2020-02-06 00:50:02 UTC
Built: R 3.6.3; x86_64-w64-mingw32; 2020-08-05 04:54:28 UTC; windows
Archs: i386, x64
