Skip to content

Commit

Permalink
CoordinateCleaner back to v2.0-20
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaynor1 authored and mgaynor1 committed Sep 27, 2023
1 parent 2367594 commit 54ace6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Imports:
dplyr (>= 1.1.0),
rgbif,
magrittr,
CoordinateCleaner (>= 3.0),
CoordinateCleaner,
terra,
spThin,
stringr,
Expand Down
2 changes: 1 addition & 1 deletion R/process_flagged.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ process_flagged <- function(df, interactive = TRUE, latitude = "latitude", longi
}
else {
df <- suppressWarnings(CoordinateCleaner::clean_coordinates(df,
lon = "longitude", lat = "latitude", species = "scientificName",
lon = longitude, lat = latitude, species = scientific.name,
value = "clean"))
return(df)
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install.packages("devtools")
devtools::install_github("nataliepatten/gatoRs")
```

**Due to our dependency on the package CoordinateCleaner, installation and loading of this package includes an R-spatial error message. This error message will be removed as soon as version 3.0.0 of CoordinateCleaner is avaliable on CRAN, since this version removed their dependency on rgdal!! Thank you to the CoordinateCleaner team for updating their package!**
**Due to our dependency on the package CoordinateCleaner, installation and loading of this package includes an R-spatial error message. This error message will be removed as soon as version 3.0.0 of CoordinateCleaner is avaliable on CRAN, since this version removed their dependency on rgdal!! Thank you to the CoordinateCleaner team for updating their package! Our package will modify our dependency for version 3.0 when [an issue is addressed](https://github.com/ropensci/CoordinateCleaner/issues/89). **

## Quick Start
Our package aims to streamline downloading and processing of biodiversity specimen data. Here is a quick example of how to download and clean with our package.
Expand Down

0 comments on commit 54ace6e

Please sign in to comment.