sdmverse: a meta-package for harnessing the growing diversity of species distribution modeling packages
sdmverse is a collaborative metapackage for listing all the metadata of the Species Distribution Modelling (SDM) packages. sdmverse includes a graphical interface available locally or online (see below). sdmverse integrates metadata from SDM packages and checks their validity against the CRAN metadata for perenity. If you want to contribute with your package metadata, please use 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 with your package metadata, please use a pull request following the contribution guidelines.