CRAN Package Check Results for Package enmSdmX

Last updated on 2025-03-09 12:51:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.10 9.51 102.42 111.93 OK
r-devel-linux-x86_64-debian-gcc 1.2.10 6.32 53.82 60.14 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.10 157.12 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.10 187.35 OK
r-devel-macos-arm64 1.2.10 49.00 OK
r-devel-macos-x86_64 1.2.10 108.00 OK
r-devel-windows-x86_64 1.2.10 15.00 133.00 148.00 OK
r-patched-linux-x86_64 1.2.10 12.81 96.10 108.91 OK
r-release-linux-x86_64 1.2.10 8.77 76.68 85.45 ERROR
r-release-macos-arm64 1.2.10 58.00 OK
r-release-macos-x86_64 1.2.10 102.00 OK
r-release-windows-x86_64 1.2.10 13.00 131.00 144.00 OK
r-oldrel-macos-arm64 1.2.10 OK
r-oldrel-macos-x86_64 1.2.10 100.00 OK
r-oldrel-windows-x86_64 1.2.10 17.00 155.00 172.00 OK

Check Details

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 Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 1.2.10
Check: examples
Result: ERROR Running examples in ‘enmSdmX-Ex.R’ failed The error most likely occurred in: > ### 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 Flavor: r-devel-linux-x86_64-fedora-clang