- Vignettes: Workaround to copy images files in pkgdown site
gplot_data()
is now imported from {cartomisc} (github only)findBestModel()
: Addna.max
andtest
exported frombest_distri()
- Added pkgdown page on github
- Allow for factors in presence-absence models (transformed as 0/1)
- Correct options with version 0.1.0 of {GlobalOptions}
- fixed
NaN
could be returned when comparing distribution with itself inbest_distri
. - Reduce number of outputs saved at each iteration to only the best ones. With a lot of covariates tested, saving all model tested was too huge. Too keep more models,
modelselect_opt$lim_pvalue
can be lowered. - Save outputs of model selection as
rds
, notRData
. - Added
gplot_data
, a modified version ofrasterVis::gplot
to retrieve data of raster for visualisation instead of directly plotting it in ggplot.