Skip to content

Commit

Permalink
include import
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jul 12, 2024
1 parent d7990f9 commit 0861776
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: mirt
Version: 1.41.10
Version: 1.42
Type: Package
Title: Multidimensional Item Response Theory
Authors@R: c( person("Phil", family="Chalmers", email =
Expand Down Expand Up @@ -43,7 +43,8 @@ Imports:
Deriv,
splines,
pbapply (>= 1.3-0),
dcurver
dcurver,
SimDesign
Suggests:
boot,
latticeExtra,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ import(stats)
import(stats4)
import(vegan)
importFrom(Deriv,Deriv)
importFrom(SimDesign,manageWarnings)
importFrom(graphics,symbols)
importFrom(gridExtra,grid.arrange)
importFrom(utils,capture.output)
Expand Down
1 change: 1 addition & 0 deletions R/mirt-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#' @importFrom gridExtra grid.arrange
#' @importFrom graphics symbols
#' @importFrom Deriv Deriv
#' @importFrom SimDesign manageWarnings
#' @exportMethod anova residuals summary logLik vcov
#' @references
#' Chalmers, R., P. (2012). mirt: A Multidimensional Item Response Theory
Expand Down

0 comments on commit 0861776

Please sign in to comment.