Last updated on 2025-03-31 05:53:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.10 | 11.20 | 83.06 | 94.26 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.12 | 7.23 | 68.04 | 75.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.12 | 193.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.12 | 182.66 | OK | |||
r-devel-macos-arm64 | 1.2.12 | 12.00 | OK | |||
r-devel-macos-x86_64 | 1.2.12 | 95.00 | OK | |||
r-devel-windows-x86_64 | 1.2.12 | 12.00 | 138.00 | 150.00 | OK | |
r-patched-linux-x86_64 | 1.2.10 | 11.96 | 77.82 | 89.78 | ERROR | |
r-release-linux-x86_64 | 1.2.12 | 9.14 | 97.14 | 106.28 | OK | |
r-release-macos-arm64 | 1.2.12 | 55.00 | OK | |||
r-release-macos-x86_64 | 1.2.12 | 94.00 | OK | |||
r-release-windows-x86_64 | 1.2.12 | 12.00 | 136.00 | 148.00 | OK | |
r-oldrel-macos-arm64 | 1.2.12 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.12 | 89.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.12 | 18.00 | 169.00 | 187.00 | OK |
Version: 1.2.10
Check: examples
Result: ERROR
Running examples in ‘enmSdmX-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: coordImprecision
> ### Title: Calculate the precision of a geographic coordinate
> ### Aliases: coordImprecision
>
> ### ** Examples
>
>
> # coarse-precision cases
> long <- c(45, 45.1, 45.1)
> lat <- c(45, 45.1, 45)
> ll <- cbind(long, lat)
> precision_m <- coordImprecision(ll)
> cbind(ll, precision_m)
Error in UseMethod("units") :
no applicable method for 'units' applied to an object of class "c('matrix', 'array', 'double', 'numeric')"
Calls: cbind -> cbind -> units
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
canada 7.159 0.139 10.446
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.10
Check: examples
Result: ERROR
Running examples in ‘enmSdmX-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: coordImprecision
> ### Title: Calculate the precision of a geographic coordinate
> ### Aliases: coordImprecision
>
> ### ** Examples
>
>
> # coarse-precision cases
> long <- c(45, 45.1, 45.1)
> lat <- c(45, 45.1, 45)
> ll <- cbind(long, lat)
> precision_m <- coordImprecision(ll)
> cbind(ll, precision_m)
Error in UseMethod("units") :
no applicable method for 'units' applied to an object of class "c('matrix', 'array', 'double', 'numeric')"
Calls: cbind -> cbind -> units
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
canada 6.364 0.081 7.378
Flavor: r-patched-linux-x86_64