-
Updated all eSDM-data links after transferring to the SWFSC organization.
-
Corred several remaining smwoodman/eSDM, particularly in the Shiny app
-
overlay_sdmmaintains data.frame/tbl/tbl_df class consistency [#17] -
eSDMnow officially requiresdplyr>=1.1andsf>=1.0
-
Moved repo to https://github.com/SWFSC, and updated all associated documentation
-
Changed license to Apache License (== 2), based on NMFS guidance at https://nmfs-opensci.github.io/GitHub-Guide
- Updated shiny app URL to https://connect.fisheries.noaa.gov/eSDM/
-
Removed
maptoolsas a dependency (#13). This Import was a relic aseSDMdid not actually usemaptoolsfunctions, so no functionality should change. -
eSDM depends on R >= 4.0.0
- Updated
overlay_sdmto stay current withsf1.0 (#12)
- Fixed a bug to stay current with the
shinypackage (not using the%OR%function) - no changes to user functionality
-
Use
==rather thanidenticalto check CRS equivalence (#10) -
Fixed bug in the GUI where static previews downloaded with "Dimensions of 'Static Preview' window" did not have exact same dimensions as the window
- Fixed bug in eSDM GUI - invalid error message printed if packages not installed
-
Import
st_make_validfromsfrather thanlwgeom(#9) -
Use
shinybusyrather thanshinycssloadersin eSDM GUI because of unknown error -
Move packages only used in the GUI (shiny app) to Suggests
-
Updated citation details with MEE issue and page numbers
-
Updated vignette formatting
-
Fixed bug in eSDM GUI 'update map range' button
-
Fixed bug in evaluation_metrics when validation data contains NA values
-
When subsetting for a single column, replaced
[,]with[[]]so both data frames and tibbles return a vector -
Improved documentation and messages in GUI
-
Added eSDM paper citation details (doi, etc) where applicable
-
Updated citation to 'in press' in Methods in Ecology and Evolution
-
Added button to download manuscript example analysis data through the GUI
-
Added ability to have tick marks on high quality maps (
tmapupdate) -
Explicitly call
dplyr::select, in case it is masked byraster::select -
Fixed bug when exporting predictions from the GUI as a shapefile (now use
zippackage) -
Fixed bug when downloading evaluation metrics from the GUI
-
Now call all
addMouseCoordinatesfromleafemrather thanmapview
- Initial release