Skip to content

Commit

Permalink
moved invariance test out of standard tests
Browse files Browse the repository at this point in the history
fixed ::: call
  • Loading branch information
brandmaier committed Apr 8, 2024
1 parent 8c3fa39 commit e2ad7d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/npar.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
npar <- function(x) {
if (is(x, "OpenMx") || is(x, "MxRAMModel")) {
length(OpenMx:::omxGetParameters(x))
length(OpenMx::omxGetParameters(x))
} else if (is(x, "ctsemFit")) {
stop("npar() not implemented yet for ctsemFit")
} else if (is(x, "lavaan")) {
Expand Down
File renamed without changes.

0 comments on commit e2ad7d0

Please sign in to comment.