Last updated on 2025-09-08 08:50:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.3.0 | 3.74 | 45.31 | 49.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 4.3.0 | 2.84 | 33.43 | 36.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 4.3.0 | 75.55 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 4.3.0 | 67.62 | OK | |||
r-devel-windows-x86_64 | 4.3.0 | 8.00 | 97.00 | 105.00 | OK | |
r-patched-linux-x86_64 | 4.3.0 | 6.08 | 42.41 | 48.49 | OK | |
r-release-linux-x86_64 | 4.3.0 | 3.82 | 42.15 | 45.97 | OK | |
r-release-macos-arm64 | 4.3.0 | 64.00 | OK | |||
r-release-macos-x86_64 | 4.3.0 | 46.00 | OK | |||
r-release-windows-x86_64 | 4.3.0 | 7.00 | 93.00 | 100.00 | OK | |
r-oldrel-macos-arm64 | 4.3.0 | 29.00 | ERROR | |||
r-oldrel-macos-x86_64 | 4.3.0 | 53.00 | ERROR | |||
r-oldrel-windows-x86_64 | 4.3.0 | 5.00 | 83.00 | 88.00 | ERROR |
Version: 4.3.0
Check: R code for possible problems
Result: NOTE
wide2long: no visible global function definition for ‘grepv’
Undefined global functions or variables:
grepv
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 4.3.0
Check: examples
Result: 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
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64