* using log directory 'd:/Rcompile/CRANpkg/local/4.6/datana.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 10:46:01 UTC * checking for file 'datana/DESCRIPTION' ... OK * this is package 'datana' version '1.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 'datana' can be installed ... OK * checking installed package size ... INFO installed size is 5.2Mb sub-directories of 1Mb or more: data 4.7Mb * 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 ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [2s] OK * checking whether the package can be unloaded cleanly ... [2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [2s] 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 ... [3s] 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 ... [7s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [25s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [2s] OK Running 'testthat.R' [2s] * checking PDF version of manual ... [23s] OK * checking HTML version of manual ... [28s] 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: peso edad cabezaL cabezaA largo pechoP n 143.000 83.000 143.000 143.000 143.000 143.000 Minimum 11.793 8.000 22.860 10.160 0.914 48.260 Maximum 233.146 177.000 46.990 25.400 2.108 139.700 Mean 87.163 43.434 34.077 16.080 1.557 92.236 Median 69.853 32.000 34.290 15.240 1.549 88.900 Std. Dev. 50.142 34.023 4.879 3.337 0.238 20.916 CV(%) 57.527 78.332 14.318 20.754 15.261 22.676 > xymultiplot(df) > xymultiplot(df,ellipse=TRUE) > xymultiplot(df,ellipses=TRUE,col.cent.point = "yellow", + col.densi.curve = "dark green",col.hist = "white") > > > > ### *