Skip to content

Commit

Permalink
address #692
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jun 26, 2024
1 parent 65c8726 commit ffdad4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit ffdad4c

Please sign in to comment.