Skip to content

Commit

Permalink
to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Mar 3, 2023
1 parent 1b563b3 commit 0de2603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: sfheaders
Type: Package
Title: Converts Between R Objects and Simple Feature Objects
Date: 2023-02-25
Date: 2023-03-02
Version: 0.4.2
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")),
Expand All @@ -18,7 +18,7 @@ RoxygenNote: 7.2.3
SystemRequirements: C++17
Depends: R (>= 3.0.2)
LinkingTo:
geometries (>= 0.2.1),
geometries (>= 0.2.2),
Rcpp
Imports:
Rcpp (>= 1.0.10)
Expand Down
1 change: 0 additions & 1 deletion inst/include/sfheaders/df/sf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ namespace df {

for( i = 0; i < sfc_df_names.length(); ++i ) {
Rcpp::String geom = sfc_df_names[ i ];
std::find( geometry_columns.begin(), geometry_columns.end(), geom );
is_in = geometries::utils::where_is( geom, geometry_columns );
keep_columns[ i ] = is_in == -1 ? false : true;
}
Expand Down

0 comments on commit 0de2603

Please sign in to comment.