CRAN Package Check Results for Maintainer ‘Weverton Trindade <wevertonf1993 at gmail.com>’

Last updated on 2026-03-27 02:51:55 CET.

Package ERROR NOTE OK
faunabr 14
florabr 14
RuHere 2 2 10

Package faunabr

Current CRAN status: OK: 14

Package florabr

Current CRAN status: OK: 14

Package RuHere

Current CRAN status: ERROR: 2, NOTE: 2, OK: 10

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