Skip to content

Commit

Permalink
updates for JSS publication
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jul 26, 2016
1 parent 8fa5e3b commit 5c58e44
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mirtCAT
Version: 0.9
Date: 2016-06-24
Version: 1.0
Date: 2016-07-26
Type: Package
Title: Computerized Adaptive Testing with Multidimensional Item Response Theory
Authors@R: c( person("Phil", family="Chalmers", email =
Expand Down
6 changes: 6 additions & 0 deletions R/createShinyGUI.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
#'
#' @seealso \code{\link{mirtCAT}}, \code{\link{mirtCAT_preamble}}, \code{\link{getPerson}}
#'
#' @references
#'
#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for
#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5),
#' 1-39. doi:10.18637/jss.v071.i05
#'
#' @examples
#' \dontrun{
#'
Expand Down
6 changes: 6 additions & 0 deletions R/mirtCAT-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
#' Github can be found at \url{https://github.com/philchalmers/mirt}).
#' Questions regarding the package can be sent to the mirt-package Google Group, located at
#' \url{https://groups.google.com/forum/#!forum/mirt-package}.
#'
#' @references
#'
#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for
#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5),
#' 1-39. doi:10.18637/jss.v071.i05
#'
#' @name mirtCAT-package
#' @docType package
Expand Down
6 changes: 6 additions & 0 deletions R/mirtCAT.R
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,12 @@
#'
#' }
#'
#' @references
#'
#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for
#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5),
#' 1-39. doi:10.18637/jss.v071.i05
#'
#' @keywords CAT, MCAT, computerized adaptive testing
#'
#' @examples
Expand Down
6 changes: 6 additions & 0 deletions R/mirtCAT_preamble.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
#'
#' @seealso \code{\link{mirtCAT}}, \code{\link{createShinyGUI}}, \code{\link{getPerson}}
#'
#' @references
#'
#' Chalmers, R. P. (2016). Generating Adaptive and Non-Adaptive Test Interfaces for
#' Multidimensional Item Response Theory Applications. \emph{Journal of Statistical Software, 71}(5),
#' 1-39. doi:10.18637/jss.v071.i05
#'
#' @examples
#' \dontrun{
#'
Expand Down
20 changes: 20 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
bibentry(bibtype = "Article",
title = "Generating Adaptive and Non-Adaptive Test Interfaces for Multidimensional Item Response Theory Applications",
author = person(given = c("R.", "Philip"),
family = "Chalmers",
email = "[email protected]"),
journal = "Journal of Statistical Software",
year = "2016",
volume = "71",
number = "5",
pages = "1--39",
doi = "10.18637/jss.v071.i05",

header = "To cite mirtCAT in publications use:",
textVersion =
paste("R. Philip Chalmers (2016).",
"Generating Adaptive and Non-Adaptive Test Interfaces for Multidimensional Item Response Theory Applications.",
"Journal of Statistical Software, 71(5), 1-39.",
"doi:10.18637/jss.v071.i05")
)

5 changes: 5 additions & 0 deletions man/createShinyGUI.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/mirtCAT-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/mirtCAT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/mirtCAT_preamble.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c58e44

Please sign in to comment.