Closed rsbivand closed 4 years ago
Problems still present, rgdal to be released soon.
At least test-timeinfo.R line 19:
# Should determine timezone from datetime if no timezone is provided
expect_silent( timeInfo <- timeInfo(datetime, longitude, latitude) )
is broken. Do not use expect_silent
unless you really control all of the package functions and their external dependencies.
Removed expect_silent()
as unnecessary and incorrect.
Thanks to rsbivand for the specific suggestion.
Running revdeps from sp (sp (my github fork) with development rgdal from R-Forge):
a test fails:
See:
http://rgdal.r-forge.r-project.org/articles/PROJ6_GDAL3.html https://github.com/r-spatial/sf/issues/1231 https://github.com/r-spatial/sf/issues/1187 https://github.com/r-spatial/sf/issues/1146 https://github.com/r-spatial/discuss/issues/28
for background. See:
https://github.com/r-spatial/discuss/issues/28#issuecomment-551241421
for a way of testing fixes in a docker container contributed by Jakub Nowosad.