Last updated on 2025-09-20 01:51:04 CEST.
Package | ERROR | OK |
---|---|---|
MIIVefa | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [8s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(MIIVefa)
This is version 0.1.2 of MIIVefa.
MIIVefa is BETA software! Please report any bugs.
>
> test_check("MIIVefa")
This is lavaan 0.6-19
lavaan is FREE software! Please report any bugs.
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sim1.R:38:1'): (code run outside of `test_that()`) ───────────
length(strsplit(sim1fit$model, "\n")[[1]]) (`actual`) not equal to 2 (`expected`).
`actual`: 3.0
`expected`: 2.0
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 2 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc