We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2617e commit 64e3477Copy full SHA for 64e3477
R/zzz.R
@@ -37,6 +37,9 @@
37
if (libVersion("gdal") == "3.6.0") {
38
message("Using GDAL version 3.6.0 which was retracted because it cannot write large GPKG files")
39
}
40
+ if (!proj_ok()) {
41
+ message("There appears to be a problem with the PROJ installation")
42
+ }
43
44
45
loadModule("spat", TRUE)
0 commit comments