You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was found that these warnings disappear if test-compat-raster.R is removed; this file is run before test-compat-terra.R, so an interplay between {raster} and {terra} is at stake.
This could be reduced to the following finding. On Ubuntu, it appears that if raster::raster() has been called, subsequently writing a SpatVector object to a GeoPackage with terra::writeVector() emits the warning.
This can e.g. be seen in https://github.com/r-spatial/qgisprocess/actions/runs/7259352022/job/19776322636#step:22:45.
It was found that these warnings disappear if
test-compat-raster.R
is removed; this file is run beforetest-compat-terra.R
, so an interplay between {raster} and {terra} is at stake.This could be reduced to the following finding. On Ubuntu, it appears that if
raster::raster()
has been called, subsequently writing aSpatVector
object to a GeoPackage withterra::writeVector()
emits the warning.Reported at rspatial/terra#1377.
The text was updated successfully, but these errors were encountered: