* using log directory 'd:/Rcompile/CRANpkg/local/4.5/performance.Rcheck' * using R Under development (unstable) (2025-01-11 r87563 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'performance/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'performance' version '0.12.4' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'performance' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [28s] OK * checking Rd files ... [2s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking R/sysdata.rda ... OK * checking examples ... [2s] ERROR Running examples in 'performance-Ex.R' failed The error most likely occurred in: > ### 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 * checking for unstated dependencies in 'tests' ... OK * checking tests ... [39s] OK Running 'testthat.R' [39s] * checking PDF version of manual ... [28s] OK * checking HTML version of manual ... [25s] OK * DONE Status: 1 ERROR