* using log directory 'd:/Rcompile/CRANpkg/local/4.4/TAF.Rcheck' * using R version 4.4.3 (2025-02-28 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 'TAF/DESCRIPTION' ... OK * this is package 'TAF' version '4.3.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 'TAF' 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 ... [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 ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] 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 ... [7s] NOTE wide2long: no visible global function definition for 'grepv' Undefined global functions or variables: grepv * 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 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 ... [1s] ERROR Running examples in 'TAF-Ex.R' failed The error most likely occurred in: > ### Name: catage.wide > ### Title: Catch at Age in Wide Format > ### Aliases: catage.wide > > ### ** Examples > > catage.wide Area Year 1 2 3 4 1 1 1963 19.347 62.280 7.028 3.519 2 1 1964 13.052 28.541 20.118 4.285 3 1 1965 113.655 58.227 17.646 9.135 4 1 1966 126.508 84.327 29.766 6.153 5 2 1963 38.694 124.560 14.056 7.038 6 2 1964 26.104 57.082 40.236 8.570 7 2 1965 227.310 116.454 35.292 18.270 8 2 1966 253.016 168.654 59.532 12.306 > wide2long(catage.wide) Error in grepv("[0-9]", names(x), invert = TRUE) : could not find function "grepv" Calls: wide2long Execution halted * checking PDF version of manual ... [29s] OK * checking HTML version of manual ... [15s] OK * DONE Status: 1 ERROR, 1 NOTE