https://biomodhub.github.io/biomod2/
Installation
- Stable version from cran :
install.packages("biomod2", dependencies = TRUE)- Development version from biomodhub :
library(devtools)
devtools::install_github("biomodhub/biomod2", dependencies = TRUE) biomod 4.2 - Terra Update
! biomod2 4.2 is now available !
What is changed ?
biomod2now relies on the newterrapackage that aims at replacingrasterandsp.biomod2is still compatible with old format such asRasterStackandSpatialPointsDataFrame.biomod2function will sometimes returnSpatRasterfrom packageterrathat you can always convert intoRasterStackusing functionstackinraster.
biomod 4.1 is now available
/!\ Package fresh start... meaning some changes in function names and parameters. We apologize for the trouble >{o.o}<
Sorry for the inconvenience, and please feel free to indicate if you notice some strange new behaviors !
What is changed ?
- all code functions have been cleaned, and old / unused functions have been removed
- function names have been standardized (
BIOMOD_for main functions,bm_for secundary functions) - parameter names have been standardized (same typo, same names for similar parameters across functions)
- all documentation and examples have been cleaned up
What is new ?
- plot functions have been re-written with
ggplot2 biomod2website has been created, with properroxygen2documentation and help vignettes
But... why ?
- “For every minute spent on organizing, an hour is earned.” — Benjamin Franklin
- better documentation, better formation, better help provided
- new improvements to come (update of single models, implementation of abundance models, etc)