Last updated on 2026-02-17 09:50:14 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| multiColl | 2 | 12 | |
| rvif | 1 | 13 |
Current CRAN status: NOTE: 2, OK: 12
Version: 2.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘R. Salmeron <romansg@ugr.es>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "R.",
family = "Salmeron",
role = c("aut", "cre"),
email = "romansg@ugr.es"),
person(given = "C.",
family = "Garcia",
role = "aut"),
person(given = "J.",
family = "Garcia",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, OK: 13
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