Last updated on 2025-12-04 09:50:35 CET.
| Package | ERROR | OK |
|---|---|---|
| faunabr | 1 | 12 |
| florabr | 13 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'faunabr-Ex.R' failed
The error most likely occurred in:
> ### Name: filter_faunabr
> ### Title: Identify records outside natural ranges according to Fauna do
> ### Brasil
> ### Aliases: filter_faunabr
>
> ### ** Examples
>
> data("fauna_data") #Load fauna e Funga do Brasil data
> data("occurrences") #Load occurrences
> pts <- subset(occurrences, species == "Panthera onca")
> fd <- filter_faunabr(data = fauna_data,
+ occ = pts, long = "x", lat = "y", species = "species",
+ by_state = TRUE, buffer_state = 20,
+ by_country = TRUE, buffer_country = 20,
+ value = "flag&clean", keep_columns = TRUE,
+ verbose = FALSE)
Warning: PROJ: proj_create: no database context specified (GDAL error 1)
Warning: [vect] Cannot set SRS to vector: empty srs
Error: [distance] crs not defined
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 13
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.