* using log directory 'd:/Rcompile/CRANpkg/local/4.6/ImML.Rcheck' * using R version 4.6.1 (2026-06-24 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-08-12 08:14:11 UTC * checking for file 'ImML/DESCRIPTION' ... OK * this is package 'ImML' version '0.1.5' * 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 'ImML' 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 ... [4s] OK * checking whether the package can be loaded with stated dependencies ... [4s] OK * checking whether the package can be unloaded cleanly ... [4s] OK * checking whether the namespace can be loaded with stated dependencies ... [4s] OK * checking whether the namespace can be unloaded cleanly ... [4s] OK * checking loading without being on the library search path ... [4s] 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 ... [9s] OK * checking Rd files ... [0s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [5s] OK * checking PDF version of manual ... [25s] OK * checking HTML version of manual ... [1s] OK * DONE Status: OK Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > data(EastCirclePine) > ImML(EastCirclePine, plotit=FALSE, setseed=123) Data Model MAE RMSE RRSE PER 1 Train LR 0.36368142 0.42786390 0.24936222 3594.16096 2 Train DT 0.21811187 0.28646906 0.16695627 374.18612 3 Train RF 0.05751668 0.08765780 0.05108761 17.40095 4 Train SVM 0.07419614 0.09015773 0.05254459 493.11606 5 Test LR 0.38389645 0.44232582 0.24823113 3194.76157 6 Test DT 0.17947056 0.23612853 0.13251420 336.87699 7 Test RF 0.02264434 0.03430703 0.01925294 12.22805 8 Test SVM 0.07342002 0.08366864 0.04695444 446.02482 > > > > > ### *