Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 2.34 KB

README.md

File metadata and controls

41 lines (26 loc) · 2.34 KB

sdmverse: a meta-package for harnessing the growing diversity of species distribution modeling packages

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. R-CMD-check Codecov test coverage lint check-cran-metadata DOI

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).

Online

The corresponding online shiny application is available at: https://sylvainschmitt.shinyapps.io/smdverse/ .

Installation

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")

Usage

sdmverse::launch_app()

Pacakges

List of 2024-04-09

pacakges

Contribution

If you want to contribute your package metadata, please submit a pull request following the contribution guidelines.