* using log directory 'd:/Rcompile/CRANpkg/local/4.6/generator.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 22:37:23 UTC * checking for file 'generator/DESCRIPTION' ... OK * this is package 'generator' version '0.1.0' * 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 'generator' 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 ... [0s] 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 ... [2s] 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 LazyData ... INFO 'LazyData' is specified without a 'data' directory * checking R/sysdata.rda ... OK * checking examples ... [1s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [2s] OK Running 'testthat.R' [1s] * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... [2s] 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: [6] "(917)9765847" "(469)8142917" "(458)6151729" "(852)7932814" "(258)2433768" > r_phone_numbers(10, use_spaces = TRUE) [1] "974 754 5381" "125 132 7413" "978 654 2583" "647 197 1385" "725 824 8169" [6] "815 936 8397" "184 459 1856" "524 317 5341" "738 461 9634" "247 487 3715" > r_phone_numbers(10, use_parentheses = TRUE, use_hyphens = TRUE) [1] "(375)-418-5973" "(586)-783-2869" "(518)-592-8217" "(891)-462-4529" [5] "(478)-214-5219" "(851)-426-2541" "(695)-813-1367" "(875)-435-2584" [9] "(328)-792-7831" "(986)-638-1694" > r_phone_numbers(10, use_parentheses = TRUE, use_spaces = TRUE) [1] "(628) 495 7634" "(347) 367 2635" "(492) 596 7825" "(853) 749 1673" [5] "(849) 451 5691" "(436) 416 4861" "(839) 658 1896" "(237) 876 9382" [9] "(512) 728 8369" "(326) 761 1297" > > > > ### *