Changes in version 0.4.4 (2024-10-07) - Updated all eSDM-data links after transferring to the SWFSC organization. - Corred several remaining smwoodman/eSDM, particularly in the Shiny app Changes in version 0.4.3 (2024-09-20) - overlay_sdm maintains data.frame/tbl/tbl_df class consistency [#17] - eSDM now officially requires dplyr>=1.1 and sf>=1.0 Changes in version 0.4.2 (2024-07-11) - 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 Changes in version 0.4.1 (2024-02-14) - Updated shiny app URL to https://connect.fisheries.noaa.gov/eSDM/ Changes in version 0.4.0 (2023-10-24) - Removed maptools as a dependency (#13). This Import was a relic as eSDM did not actually use maptools functions, so no functionality should change. - eSDM depends on R >= 4.0.0 Changes in version 0.3.7 (2021-05-04) - Updated overlay_sdm to stay current with sf 1.0 (#12) Changes in version 0.3.6 - Fixed a bug to stay current with the shiny package (not using the %OR% function) - no changes to user functionality Changes in version 0.3.5 (2020-09-06) - Use == rather than identical to 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 Changes in version 0.3.4 (2020-04-26) - Fixed bug in eSDM GUI - invalid error message printed if packages not installed Changes in version 0.3.3 (2020-04-15) - Import st_make_valid from sf rather than lwgeom (#9) - Use shinybusy rather than shinycssloaders in eSDM GUI because of unknown error - Move packages only used in the GUI (shiny app) to Suggests Changes in version 0.3.2 (2019-12-16) - Updated citation details with MEE issue and page numbers - Updated vignette formatting Changes in version 0.3.1 (2019-10-17) - 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 Changes in version 0.3.0 (2019-08-19) - 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 (tmap update) - Explicitly call dplyr::select, in case it is masked by raster::select - Fixed bug when exporting predictions from the GUI as a shapefile (now use zip package) - Fixed bug when downloading evaluation metrics from the GUI - Now call all addMouseCoordinates from leafem rather than mapview Changes in version 0.2.1 (2019-07-26) - Initial release