• using R version 4.4.1 (2024-06-14)
  • using platform: aarch64-apple-darwin20
  • R was compiled by     Apple clang version 14.0.0 (clang-1400.0.29.202)     GNU Fortran (GCC) 12.2.0
  • running under: macOS Ventura 13.4
  • 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 executable files ... OK
  • checking for hidden files and directories ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... OK
  • checking whether package ‘TAF’ can be installed ... [2s/2s] OK See the install log for details.
  • 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/0s] OK
  • checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
  • checking whether the package can be unloaded cleanly ... [0s/0s] OK
  • checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
  • checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
  • checking loading without being on the library search path ... [0s/0s] 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/2s] NOTE wide2long: no visible global function definition for ‘grepv’ Undefined global functions or variables:   grepv
  • checking Rd files ... [0s/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/0s] OK
  • checking LazyData ... OK
  • checking data for ASCII and uncompressed saves ... OK
  • checking examples ... [0s/0s] 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 ... [7s/8s] OK
  • DONE Status: 1 ERROR, 1 NOTE
  • using check arguments '--no-clean-on-error '