sdmverse: a meta-package for harnessing the growing diversity of species distribution modeling packages
sdmverse is a collaborative metapackage for collecting and visualizing metadata for R packages focusing on species distribution models (SDMs), including a graphical interface for local or online use. Contributions of package metadata to sdmverse are checked automatically for validity against CRAN metadata. If you want to contribute your package metadata, please consult the contribution guidelines (see below).
The corresponding online shiny application is available at: https://sylvainschmitt.shinyapps.io/smdverse/ .
You can install the latest version of sdmverse from Github using the devtools
package:
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("sylvainschmitt/sdmverse")
sdmverse::launch_app()
List of 2024-04-09
If you want to contribute your package metadata, please submit a pull request following the contribution guidelines.