Skip to content

Commit

Permalink
don't force
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 5, 2024
1 parent 37e4302 commit b090283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/duckdb_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ load_spatial <- function(conn = cached_connection(),

if (nightly) {
status <- DBI::dbExecute(conn,
paste0("FORCE INSTALL 'spatial'",
paste0("INSTALL 'spatial'",
" FROM 'http://nightly-extensions.duckdb.org'",
";"))
} else {
Expand Down

0 comments on commit b090283

Please sign in to comment.