Skip to content

Commit

Permalink
CRAN update
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jul 26, 2017
1 parent 2d90151 commit 1361746
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
31 changes: 11 additions & 20 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Package: mirtCAT
Version: 1.6
Version: 1.6.1
Type: Package
Title: Computerized Adaptive Testing with Multidimensional Item Response Theory
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")))
Description: Provides tools to generate an HTML interface for creating adaptive
Expand All @@ -14,22 +15,9 @@ Description: Provides tools to generate an HTML interface for creating adaptive
Finally, package contains tools useful for performing Monte Carlo simulations
for studying the behavior of computerized adaptive test banks.
Roxygen: list(wrap = FALSE)
Depends:
mirt (>= 1.25),
shiny (>= 1.0.1)
Imports:
lattice,
stats,
Rcpp,
methods,
markdown,
pbapply,
lpSolve
Suggests:
shinythemes,
parallel,
SimDesign,
knitr
Depends: mirt (>= 1.25), shiny (>= 1.0.1)
Imports: lattice, stats, Rcpp, methods, markdown, pbapply, lpSolve
Suggests: shinythemes, parallel, SimDesign, knitr
ByteCompile: yes
LazyLoad: yes
LazyData: yes
Expand All @@ -39,7 +27,10 @@ License: GPL (>= 3)
Repository: CRAN
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
URL: https://github.com/philchalmers/mirtCAT,
https://github.com/philchalmers/mirtCAT/wiki,
https://groups.google.com/forum/#!forum/mirt-package
https://github.com/philchalmers/mirtCAT/wiki,
https://groups.google.com/forum/#!forum/mirt-package
BugReports: https://github.com/philchalmers/mirtCAT/issues?state=open
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-07-26 18:23:04 UTC; phil
Author: Phil Chalmers [aut, cre]
2 changes: 1 addition & 1 deletion src/CAT_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ RcppExport SEXP ComputeCriteriaMats(SEXP Rpars, SEXP RTheta, SEXP Rwhich_not_ans

return(crit);
END_RCPP
}
}
2 changes: 1 addition & 1 deletion src/item_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ RcppExport SEXP ItemInfo(SEXP Ritem, SEXP RTheta){
const vector<double> Theta = as< vector<double> >(RTheta);
arma::mat ret = Info(item, Theta);
return(wrap(ret));
}
}

0 comments on commit 1361746

Please sign in to comment.