Skip to content

Commit

Permalink
Merge branch 'main' of github.com:r-spatial/sf
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Apr 10, 2024
2 parents f3cfecb + 2867dd2 commit cfc321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Rcpp::CharacterVector CPL_get_data_dir(bool from_proj = false) {
#endif
}

Rcpp::LogicalVector CPL_set_data_dir(Rcpp::CharacterVector data_dir, bool with_proj) {
Rcpp::LogicalVector CPL_set_data_dir(Rcpp::CharacterVector data_dir, bool with_proj) { // #nocov start
return false;
}

Expand Down

0 comments on commit cfc321a

Please sign in to comment.