-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
👋 @kmartinet! Through https://ropensci.r-universe.dev/builds I noticed test failures on Ubuntu that you get through GitHub Actions too:
Error: Running examples in ‘ssarp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: create_sar
> ### Title: Create a species-area relationship (SAR) plot
> ### Aliases: create_sar create_SAR
>
> ### ** Examples
>
> # The GBIF key for the Anolis genus is 8782549
> # Read in example dataset filtered from:
> # dat <- rgbif::occ_search(taxonKey = 8782549,
> # hasCoordinate = TRUE,
> # limit = 10000)
> dat <- read.csv(system.file("extdata",
+ "ssarp_Example_Dat.csv",
+ package = "ssarp"))
Warning in file(file, "rt") :
file("") only supports open = "w+" and open = "w+b": using the former
Error in read.table(file = file, header = header, sep = sep, quote = quote, :
no lines available in input
Calls: read.csv -> read.table
Does that ring any bell?
Metadata
Metadata
Assignees
Labels
No labels