CRAN Package Check Results for Package FCO

Last updated on 2025-11-26 13:50:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 6.69 267.08 273.77 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 4.78 174.52 179.30 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 34.00 457.83 491.83 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 32.00 440.36 472.36 OK
r-devel-windows-x86_64 2.0.0 9.00 211.00 220.00 OK
r-patched-linux-x86_64 2.0.0 6.83 254.17 261.00 OK
r-release-linux-x86_64 2.0.0 6.48 257.31 263.79 OK
r-release-macos-arm64 2.0.0 OK
r-release-macos-x86_64 2.0.0 9.00 313.00 322.00 OK
r-release-windows-x86_64 2.0.0 8.00 208.00 216.00 OK
r-oldrel-macos-arm64 2.0.0 OK
r-oldrel-macos-x86_64 2.0.0 7.00 276.00 283.00 OK
r-oldrel-windows-x86_64 2.0.0 12.00 286.00 298.00 ERROR

Check Details

Version: 2.0.0
Check: tests
Result: ERROR Running 'testthat.R' [188s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(FCO) > > test_check("FCO") This is lavaan 0.6-20 lavaan is FREE software! Please report any bugs. ############################################################################### This is semTools 0.5-7 All users of R (or SEM) are invited to submit functions or ideas for functions. ############################################################################### Saving _problems/test-gen_fit-32.R Saving _problems/test-gen_fit-58.R Saving _problems/test-gen_fit-69.R Saving _problems/test-gen_fit-80.R Saving _problems/test-gen_fit-98.R Saving _problems/test-gen_fit-110.R Saving _problems/test-gen_fit-121.R Saving _problems/test-gen_fit-132.R Constraining is selected as the discriminant validity testing option given the provided arguments. Merging is selected as the discriminant validity testing option given the provided arguments. Merging is selected as the discriminant validity testing option given the provided arguments. Constraining is selected as the discriminant validity testing option given the provided arguments. Constraining is selected as the discriminant validity testing option given the provided arguments. Merging is selected as the discriminant validity testing option given the provided arguments. [ FAIL 8 | WARN 0 | SKIP 0 | PASS 65 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-gen_fit.R:32:13'): Is x a data.frame? ────────────────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, x = bb1992, rep = 10) at test-gen_fit.R:32:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) ── Error ('test-gen_fit.R:58:13'): Is standard type NM? ──────────────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, x = bb1992, rep = 10) at test-gen_fit.R:58:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) ── Error ('test-gen_fit.R:64:13'): Is type HB taken over? ────────────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, x = bb1992, rep = 10, type = "HB") at test-gen_fit.R:64:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) ── Error ('test-gen_fit.R:75:13'): Is type EM taken over? ────────────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, x = bb1992, rep = 10, type = "EM") at test-gen_fit.R:75:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) ── Error ('test-gen_fit.R:93:13'): Is the result fco of gen_fit a list of matrices with two rows? ── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, mod2 = mod2, x = bb1992, rep = 10) at test-gen_fit.R:93:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) ── Error ('test-gen_fit.R:105:13'): Is a second model accepted? ──────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, mod2 = mod2, x = bb1992, rep = 10) at test-gen_fit.R:105:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) ── Error ('test-gen_fit.R:116:13'): Is type EM used when DV is TRUE? ─────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, x = bb1992, rep = 10, dv = TRUE) at test-gen_fit.R:116:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) ── Error ('test-gen_fit.R:127:13'): Is constraining used when DV is TRUE? ────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11414 cannot be opened Backtrace: ▆ 1. └─FCO::gen_fit(mod1 = mod, x = bb1992, rep = 10, dv = TRUE) at test-gen_fit.R:127:13 2. └─parallel::makePSOCKcluster(cores) 3. └─base::serverSocket(port = port) [ FAIL 8 | WARN 0 | SKIP 0 | PASS 65 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64