Skip to content
Snippets Groups Projects
README.Rmd 1.36 KiB
Newer Older
Facundo Muñoz's avatar
Facundo Muñoz committed
---
output: github_document
---

Facundo Muñoz's avatar
Facundo Muñoz committed
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/mapMCDA)](https://cran.r-project.org/package=mapMCDA)
[![Build Status](https://travis-ci.org/Cirad-ASTRE/mapMCDA.svg?branch=master)](https://travis-ci.org/Cirad-ASTRE/mapMCDA)
Facundo Muñoz's avatar
Facundo Muñoz committed
# Welcome to the *mapMCDA* package!
Facundo Muñoz's avatar
Facundo Muñoz committed

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}
Facundo Muñoz's avatar
Facundo Muñoz committed
install.packages("mapMCDA")
Facundo Muñoz's avatar
Facundo Muñoz committed
```

To benefit from the latest features and bug fixes, install the development, *github* version of the package using:
```{r install2, eval = FALSE}
Facundo Muñoz's avatar
Facundo Muñoz committed
devtools::install_github("Cirad-ASTRE/mapMCDA")
Facundo Muñoz's avatar
Facundo Muñoz committed
```

Note that this requires the package *devtools* installed.


# What does it do?

The main features of the package include:



# Resources

## Vignettes

Facundo Muñoz's avatar
Facundo Muñoz committed
An overview and examples of *mapMCDA* are provided in the vignettes:
Facundo Muñoz's avatar
Facundo Muñoz committed

...

## Websites

The following websites are available:

...

## Getting help online

Facundo Muñoz's avatar
Facundo Muñoz committed
Bug reports and feature requests should be posted on *github* using the [*issue*](http://github.com/Cirad-ASTRE/mapMCDA/issues) system. 
Facundo Muñoz's avatar
Facundo Muñoz committed

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.