LuiseQuoss / ebvcube

Accessing, visualising and creating EBV netCDF datasets. Download datasets from the EBV Data Portal: https://portal.geobon.org/
GNU General Public License v3.0
4 stars 2 forks source link

testthat failures #23

Closed rsbivand closed 1 year ago

rsbivand commented 1 year ago

Over and above CRAN testthat errors, with the development version on terra I see:

> library(testthat)
> library(ebvcube)
> 
> test_check("ebvcube")
Assigning a new crs. Use 'project' to transform a SpatRaster to a new crs
Assigning a new crs. Use 'project' to transform a SpatRaster to a new crs
Assigning a new crs. Use 'project' to transform a SpatRaster to a new crs
Assigning a new crs. Use 'project' to transform a SpatRaster to a new crs
Assigning a new crs. Use 'project' to transform a SpatRaster to a new crs
Assigning a new crs. Use 'project' to transform a SpatRaster to a new crs
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 87 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ebv_create.R:18'): test ebv_create ───────────────────────────
`ebv_create(...)` produced messages.

[ FAIL 1 | WARN 0 | SKIP 0 | PASS 87 ]
Error: Test failures

00check.log

LuiseQuoss commented 1 year ago

Thanks for the pointing me to it! Fixed it. Will be up in the next version.