CRAN Package Check Results for Package rvif

Last updated on 2026-02-12 07:51:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.2 OK
r-devel-linux-x86_64-debian-gcc 3.2 1.56 28.02 29.58 OK
r-devel-linux-x86_64-fedora-clang 3.2 59.90 OK
r-devel-linux-x86_64-fedora-gcc 3.2 68.96 OK
r-devel-macos-arm64 3.2 1.00 18.00 19.00 ERROR
r-devel-windows-x86_64 3.2 7.00 57.00 64.00 OK
r-patched-linux-x86_64 3.2 2.74 31.98 34.72 OK
r-release-linux-x86_64 3.2 2.67 32.15 34.82 OK
r-release-macos-arm64 3.2 OK
r-release-macos-x86_64 3.2 2.00 54.00 56.00 OK
r-release-windows-x86_64 3.2 7.00 56.00 63.00 OK
r-oldrel-macos-arm64 3.2 OK
r-oldrel-macos-x86_64 3.2 2.00 58.00 60.00 OK
r-oldrel-windows-x86_64 3.2 8.00 64.00 72.00 OK

Check Details

Version: 3.2
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/0s] 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(rvif) Loading required package: multiColl Loading required package: car Loading required package: carData > > test_check("rvif") Saving _problems/test-cv_vif-26.R Saving _problems/test-rvifs-34.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cv_vif.R:26:3'): Detects perfect multicollinearity. ──────────── Error in `solve.default(cor(x))`: system is computationally singular: reciprocal condition number = 1.11022e-16 Backtrace: ▆ 1. ├─utils::capture.output(cv_vif(x), type = "message") at test-cv_vif.R:26:3 2. │ └─base::withVisible(...elt(i)) 3. └─rvif::cv_vif(x) 4. └─multiColl::VIF(x) 5. ├─base::diag(solve(cor(x))) 6. ├─base::solve(cor(x)) 7. └─base::solve.default(cor(x)) ── Failure ('test-rvifs.R:34:3'): Detects perfect multicollinearity. ─────────── Expected `rvifs(x)` to throw a message. [ FAIL 2 | WARN 0 | SKIP 0 | PASS 25 ] Error: ! Test failures. Execution halted Flavor: r-devel-macos-arm64