Skip to contents

Trias is an R package originally conceived to provide functionalities for the Tracking Invasive Alien Species (TrIAS) project. However, it has been further developed to support other similar projects, such as the LIFE RIPARIAS and B-Cubed projects.

To get started, see:

Installation

Install trias in R:

install.packages("trias", repos = "https://inbo.r-universe.dev")

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("trias-project/trias")

Meta

  • We welcome contributions including bug reports.
  • License: MIT
  • Get citation information for trias in R doing citation("trias").
  • Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.