Last updated on 2026-03-24 08:52:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 72.95 | 571.79 | 644.74 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 51.31 | 369.67 | 420.98 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 124.00 | 922.05 | 1046.05 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 130.00 | 891.67 | 1021.67 | OK | |
| r-devel-macos-arm64 | 1.0.1 | 4.00 | ERROR | |||
| r-devel-windows-x86_64 | 1.0.1 | 77.00 | 715.00 | 792.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 61.47 | 533.50 | 594.97 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 58.64 | 535.70 | 594.34 | OK | |
| r-release-macos-arm64 | 1.0.1 | 15.00 | 113.00 | 128.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 54.00 | 969.00 | 1023.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 74.00 | 579.00 | 653.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.1 | 14.00 | 111.00 | 125.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.0.1 | 53.00 | 706.00 | 759.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.1 | 95.00 | 933.00 | 1028.00 | OK |
Version: 1.0.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘BIEN’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-macos-arm64
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in 'RuHere-Ex.R' failed
The error most likely occurred in:
> ### Name: check_states
> ### Title: Check if the records fall in the state assigned in the metadata
> ### Aliases: check_states
>
> ### ** Examples
>
> # Load example data
> data("occurrences", package = "RuHere") #Import data example
> # Subset occurrences for Araucaria angustifolia
> occ <- occurrences[occurrences$species == "Araucaria angustifolia", ]
> # Standardize country names
> occ_country <- standardize_countries(occ = occ,
+ return_dictionary = FALSE)
> # Standardize state names
> occ_state <- standardize_states(occ = occ_country,
+ country_column = "country_suggested",
+ return_dictionary = FALSE)
> # Check whether records fall within assigned states
> occ_state_checked <- check_states(occ = occ_state,
+ state_column = "state_suggested")
Warning in check_states(occ = occ_state, state_column = "state_suggested") :
The following states listed in the 'state_suggested' column were absent in the world map used for validation: NA, mexico
Testing states...
Flavor: r-release-windows-x86_64
Version: 1.0.1
Check: installed package size
Result: NOTE
installed size is 5.8Mb
sub-directories of 1Mb or more:
data 1.8Mb
doc 1.1Mb
libs 1.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64