* using log directory 'd:/Rcompile/CRANpkg/local/4.6/rempsyc.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 06:58:14 UTC * checking for file 'rempsyc/DESCRIPTION' ... OK * this is package 'rempsyc' version '0.2.0' * 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 'rempsyc' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] 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 ... [7s] OK * checking Rd files ... [1s] 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [33s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [63s] OK Running 'testthat.R' [63s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [126s] OK * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [11s] 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: > ### Name: winsorize_mad > ### Title: Winsorize based on the absolute median deviation > ### Aliases: winsorize_mad > ### Keywords: MAD mean median normalization outliers standardization > > ### ** Examples > > winsorize_mad(mtcars$qsec, criteria = 2) [1] 16.46000 17.02000 18.61000 19.44000 17.02000 20.22000 15.84000 20.00000 [9] 20.54177 18.30000 18.90000 17.40000 17.60000 18.00000 17.98000 17.82000 [17] 17.42000 19.47000 18.52000 19.90000 20.01000 16.87000 17.30000 15.41000 [25] 17.05000 18.90000 16.70000 16.90000 14.87823 15.50000 14.87823 18.60000 > > > > ### *