--- output: github_document --- [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/riskanalyser)](https://cran.r-project.org/package=riskanalyser) # Welcome to the *riskanalyser* 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("riskanalyser") ``` 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("reconhub/riskanalyser") ``` 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 *riskanalyser* 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/reconhub/riskanalyser/issues) system. All other questions should be posted on the **RECON forum**:
[http://www.repidemicsconsortium.org/forum/](http://www.repidemicsconsortium.org/forum/) 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.