Last data update: 2014.03.03

mirtCAT

Package: mirtCAT
Version: 0.9
Date: 2016-06-24
Type: Package
Title: Computerized Adaptive Testing with Multidimensional Item
Response Theory
Authors@R: c( person("Phil", family="Chalmers", email =
"rphilip.chalmers@gmail.com", role = c("aut", "cre", "cph")))
Description: Provides tools to generate an HTML interface for creating adaptive
and non-adaptive educational and psychological tests using the shiny
package. Suitable for applying unidimensional and multidimensional
computerized adaptive tests using item response theory methodology and for
creating simple questionnaires forms to collect response data directly in R.
Package also contains tools useful for performing Monte Carlo simulations
for studying the behaviour of computerized adaptive test banks.
Depends: mirt (>= 1.18), shiny (>= 0.13.0)
Imports: lattice, stats, Rcpp, methods, markdown
Suggests: parallel, SimDesign, knitr
ByteCompile: no
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
License: GPL (>= 3)
Repository: CRAN
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
URL: https://github.com/philchalmers/mirtCAT,
https://github.com/philchalmers/mirtCAT/wiki
BugReports: https://github.com/philchalmers/mirtCAT/issues?state=open
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-24 06:34:40 UTC; phil
Author: Phil Chalmers [aut, cre, cph]
Date/Publication: 2016-06-24 09:53:49

● Cran Task View: Psychometrics
● 0 images, 9 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mirtCAT' ...
** package 'mirtCAT' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c CAT_functions.cpp -o CAT_functions.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c item_functions.cpp -o item_functions.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o mirtCAT.so CAT_functions.o item_functions.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/mirtCAT/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mirtCAT'
    finding HTML links ... done
    createShinyGUI                          html  
    finding level-2 HTML links ... done

    findNextItem                            html  
    generate.mirt_object                    html  
    generate_pattern                        html  
    getPerson                               html  
    mirtCAT-package                         html  
    mirtCAT                                 html  
    mirtCAT_preamble                        html  
    updateDesign                            html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (mirtCAT)
Making 'packages.html' ... done