CRAN Package Check Results for Package florabr

Last updated on 2026-03-21 01:56:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 25.73 289.02 314.75 OK
r-devel-linux-x86_64-debian-gcc 1.3.1 16.29 181.01 197.30 OK
r-devel-linux-x86_64-fedora-clang 1.3.1 45.00 456.41 501.41 OK
r-devel-linux-x86_64-fedora-gcc 1.3.1 45.00 465.21 510.21 OK
r-devel-macos-arm64 1.3.1 6.00 66.00 72.00 OK
r-devel-windows-x86_64 1.3.1 25.00 246.00 271.00 OK
r-patched-linux-x86_64 1.3.1 27.24 267.99 295.23 OK
r-release-linux-x86_64 1.3.1 26.30 267.07 293.37 OK
r-release-macos-arm64 1.3.1 OK
r-release-macos-x86_64 1.3.1 20.00 262.00 282.00 OK
r-release-windows-x86_64 1.3.1 24.00 230.00 254.00 ERROR
r-oldrel-macos-arm64 1.3.1 OK
r-oldrel-macos-x86_64 1.3.1 19.00 294.00 313.00 OK
r-oldrel-windows-x86_64 1.3.1 38.00 335.00 373.00 OK

Check Details

Version: 1.3.1
Check: examples
Result: ERROR Running examples in 'florabr-Ex.R' failed The error most likely occurred in: > ### Name: get_pam > ### Title: Get a presence-absence matrix > ### Aliases: get_pam > > ### ** Examples > > data("bf_data") #Load Flora e Funga do Brasil data > #Select endemic and native species of trees with occurrence only in Amazon > am_trees <- select_species(data = bf_data, + include_subspecies = FALSE, + include_variety = FALSE, + kingdom = "Plantae", + group = "All", subgroup = "All", + family = "All", genus = "All", + lifeForm = "Tree", filter_lifeForm = "only", + habitat = "All", filter_habitat = "in", + biome = "Amazon", + filter_biome = "only", + state = "All", filter_state = "and", + vegetation = "All", + filter_vegetation = "in", + endemism = "Endemic", origin = "Native", + taxonomicStatus = "Accepted", + nomenclaturalStatus = "All") > #Get presence-absence matrix > pam_am <- get_pam(data = am_trees, by_biome = TRUE, by_state = TRUE, + by_vegetation = FALSE, remove_empty_sites = TRUE, + return_richness_summary = TRUE, + return_spatial_richness = TRUE, + return_plot = TRUE) Flavor: r-release-windows-x86_64