-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME.Rmd
37 lines (27 loc) · 1.29 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[![Travis-CI Build Status](https://travis-ci.org/adamhsparks/epirice.svg?branch=master)](https://travis-ci.org/adamhsparks/epirice)
[![Coverage Status](https://img.shields.io/codecov/c/github/adamhsparks/epirice/master.svg)](https://codecov.io/github/adamhsparks/epirice?branch=master)
# EPIRICE
A fork of the R [cropsim package](https://r-forge.r-project.org/R/?group_id=335)
designed to make using the EPIRICE model for rice diseases easier
The original manuscript, Savary et al. (2012), which details the model and
results of its use to model global epidemics of rice diseases was published in
Crop Protection,
> Serge Savary, Andrew Nelson, Laetitia Willocquet, Ireneo Pangga and Jorrel
Aunario. Modeling and mapping potential epidemics of rice diseases globally.
Crop Protection, Volume 34, 2012, Pages 6-17, ISSN 0261-2194 DOI:
[http://dx.doi.org/10.1016/j.cropro.2011.11.009](http://dx.doi.org/10.1016/j.cropro.2011.11.009).
# Meta
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.