Skip to content

Commit

Permalink
CRAN fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Nov 20, 2015
1 parent c34bb81 commit 4fe975a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: faoutlier
Version: 0.6
Version: 0.6.1
Date: 2015-11-19
Type: Package
Title: Influential Case Detection Methods for Factor Analysis and Structural
Expand All @@ -18,6 +18,7 @@ Depends:
mvtnorm,
parallel
Imports:
methods,
lattice,
lavaan,
mirt (>= 1.14),
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ import(lattice)
import(mvtnorm)
import(parallel)
import(sem)
import(stats)
importFrom(lavaan,logLik)
importFrom(methods,is)
importFrom(utils,flush.console)
importFrom(utils,tail)
4 changes: 3 additions & 1 deletion R/faoutlier.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
#' @docType package
#' @title Influential case detection methods for FA and SEM
#' @author Phil Chalmers \email{rphilip.chalmers@@gmail.com}
#' @import MASS parallel lattice mvtnorm graphics sem
#' @import stats MASS parallel lattice mvtnorm graphics sem
#' @importFrom lavaan logLik
#' @importFrom methods is
#' @importFrom utils flush.console tail
#' @keywords package
NULL

Expand Down

0 comments on commit 4fe975a

Please sign in to comment.