diff --git a/R/init.R b/R/init.R index dffab70d..953b4b39 100644 --- a/R/init.R +++ b/R/init.R @@ -17,4 +17,6 @@ setOldClass("stars_proxy") .onLoad = function(libname, pkgname) { register_all_s3_methods() # dynamically registers non-imported pkgs (tidyverse) # nocov + if (nrow(sf::st_drivers("raster", "netCDF")) != 1) + message("Note: sf is linked to a GDAL version without netCDF driver, some tests or examples may fail") }