eSDM 0.3.6
- Fixed a bug to stay current with the
shiny
package (not using the%OR%
function) - no changes to user functionality
eSDM 0.3.5
CRAN release: 2020-09-06
Use
==
rather thanidentical
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
eSDM 0.3.4
CRAN release: 2020-04-26
- Fixed bug in eSDM GUI - invalid error message printed if packages not installed
eSDM 0.3.3
CRAN release: 2020-04-15
Import
st_make_valid
fromsf
rather thanlwgeom
(#9)Use
shinybusy
rather thanshinycssloaders
in eSDM GUI because of unknown errorMove packages only used in the GUI (shiny app) to Suggests
eSDM 0.3.2
CRAN release: 2019-12-16
Updated citation details with MEE issue and page numbers
Updated vignette formatting
eSDM 0.3.1
CRAN release: 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 vectorImproved documentation and messages in GUI
Added eSDM paper citation details (doi, etc) where applicable
eSDM 0.3.0
CRAN release: 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 byraster::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
fromleafem
rather thanmapview