Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Apr 13, 2023
1 parent 981b803 commit 164b518
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/profile.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.onLoad <- function (libname, pkgname) { # nocov start

#make sure sf relies on... "sf" (aka ISO/OGC Simple Features)! and not s2
if(sf::sf_use_s2()){
options(sf_use_s2 = FALSE)
}
options(sf_use_s2 = FALSE)

ISOMetadataNamespace$GML$uri <- "http://www.opengis.net/gml"

Expand Down

0 comments on commit 164b518

Please sign in to comment.