Skip to content

Commit

Permalink
CC - minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crcruzr committed Jun 25, 2024
1 parent 7c98fd8 commit 0c75879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mamm_coords_validator.r
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mamm_coords_validator <- function(df, sp_names, taxon = NULL, colmap = NULL, lon
# Set default ocean map and administrative boundary name for ocean if not provided
if (is.null(oceanmap)) {
#load('data/colombian_sea.rda')
oceanmap <- mammalcol::colombian_sea
oceanmap <- mammalcol::Colombian_sea
} else {
oceanmap <- sf::st_as_sf(oceanmap)
}
Expand Down

0 comments on commit 0c75879

Please sign in to comment.