Last updated on 2025-04-29 01:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 38.55 | 286.28 | 324.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 24.26 | 186.58 | 210.84 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 507.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 496.73 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 33.00 | 236.00 | 269.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 32.23 | 274.29 | 306.52 | OK | |
r-release-linux-x86_64 | 1.0.2 | 34.77 | 277.36 | 312.13 | OK | |
r-release-macos-arm64 | 1.0.2 | 129.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 371.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 33.00 | 242.00 | 275.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 131.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 230.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 48.00 | 328.00 | 376.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘gatoRs-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_gbif
> ### Title: Used in gators_download() - Download data from the Global
> ### Biodiversity Information Facility
> ### Aliases: get_gbif
>
> ### ** Examples
>
> df <- get_gbif(c("Galax urceolata", "Galax aphylla"), limit = 5)
> df <- get_gbif(c("Galax urceolata", "Galax aphylla"),
+ gbif.match = "code", limit = 5)
> df <- get_gbif(c("Galax urceolata", "Galax aphylla"), gbif.prov = TRUE, limit = 5)
Error: Not Found
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc