Skip to content

Commit

Permalink
address test re: std.nox omission (closes #1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Sep 26, 2024
1 parent f479034 commit d87ad75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ Suggests:
knitr,
ks,
Lahman,
lavaan,
lavaan (>= 0.6.18),
leaps,
lfe,
lm.beta,
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-lavaan.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ test_that("tidy.lavaan", {
check_tidy_output(tdr)

check_dims(td, 3, 11)
check_dims(td2, 19, 11)
# std.nox not available without fixed exogenous predictors (#1217)
check_dims(td2, 19, 10)

expect_equal(td$term, c("mpg ~ wt", "mpg ~~ mpg", "wt ~~ wt"))

Expand Down

0 comments on commit d87ad75

Please sign in to comment.