CRAN Package Check Results for Package performance

Last updated on 2025-01-18 15:48:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.13.0 21.27 212.51 233.78 OK
r-devel-linux-x86_64-debian-gcc 0.13.0 11.62 139.17 150.79 OK
r-devel-linux-x86_64-fedora-clang 0.13.0 408.23 OK
r-devel-linux-x86_64-fedora-gcc 0.13.0 359.63 OK
r-devel-windows-x86_64 0.13.0 24.00 194.00 218.00 OK
r-patched-linux-x86_64 0.13.0 21.46 198.36 219.82 OK
r-release-linux-x86_64 0.12.4 18.60 173.48 192.08 ERROR
r-release-macos-arm64 0.13.0 85.00 OK
r-release-macos-x86_64 0.13.0 180.00 OK
r-release-windows-x86_64 0.13.0 22.00 198.00 220.00 OK
r-oldrel-macos-arm64 0.13.0 84.00 OK
r-oldrel-macos-x86_64 0.13.0 191.00 OK
r-oldrel-windows-x86_64 0.13.0 20.00 235.00 255.00 OK

Check Details

Version: 0.12.4
Check: examples
Result: ERROR Running examples in ‘performance-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: check_collinearity > ### Title: Check for multicollinearity of model terms > ### Aliases: check_collinearity multicollinearity > ### check_collinearity.default check_collinearity.glmmTMB > ### check_concurvity > > ### ** Examples > > m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars) > check_collinearity(m) # Check for Multicollinearity Warning: Argument `pattern` is deprecated. Please use `select` instead. Low Correlation Term VIF VIF 95% CI Increased SE Tolerance Tolerance 95% CI gear 1.53 [1.19, 2.51] 1.24 0.65 [0.40, 0.84] Moderate Correlation Term VIF VIF 95% CI Increased SE Tolerance Tolerance 95% CI wt 5.05 [3.21, 8.41] 2.25 0.20 [0.12, 0.31] cyl 5.41 [3.42, 9.04] 2.33 0.18 [0.11, 0.29] disp 9.97 [6.08, 16.85] 3.16 0.10 [0.06, 0.16] > > ## Don't show: > if (require("see")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + # plot results + x <- check_collinearity(m) + plot(x) + ## Don't show: + }) # examplesIf Loading required package: see > x <- check_collinearity(m) > plot(x) Warning: Argument `pattern` is deprecated. Please use `select` instead. Error: Following variable(s) were not found: Component Possibly misspelled? Execution halted Flavor: r-release-linux-x86_64