--- output: github_document --- [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/mapMCDA)](https://cran.r-project.org/package=mapMCDA) [![Travis Build Status](https://travis-ci.org/Cirad-ASTRE/mapMCDA.svg?branch=master)](https://travis-ci.org/Cirad-ASTRE/mapMCDA) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/nuo6t1hddibxxusd?svg=true)](https://ci.appveyor.com/project/famuvie/mapmcda) # Welcome to the *mapMCDA* package! This is just a template. Please remove, add or edit parts as you see fit. ## Installing the package To install the current stable, CRAN version of the package, type: ```{r install, eval = FALSE} install.packages("mapMCDA") ``` To benefit from the latest features and bug fixes, install the development, *github* version of the package using: ```{r install2, eval = FALSE} devtools::install_github("Cirad-ASTRE/mapMCDA") ``` Note that this requires the package *devtools* installed. # What does it do? The main features of the package include: # Resources ## Vignettes An overview and examples of *mapMCDA* are provided in the vignettes: ... ## Websites The following websites are available: ... ## Getting help online Bug reports and feature requests should be posted on *github* using the [*issue*](http://github.com/Cirad-ASTRE/mapMCDA/issues) system. Contributions are welcome via **pull requests**. Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.