forked from pnouvellet/epinvasion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
54 lines (30 loc) · 1.4 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
output: github_document
---
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/epinvasion)](https://cran.r-project.org/package=epinvasion)
# Welcome to the *epinvasion* 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("epinvasion")
```
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/epinvasion")
```
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 *epinvasion* 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/epinvasion/issues) system. All other questions should be posted on the **RECON forum**: <br>
[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.