https://github.com/emdelponte/r4pde
R package developed as a companion to the book "R for Plant Disease Epidemiology" (R4PDE).
https://github.com/emdelponte/r4pde
botanical-epidemiology data-analysis data-analysis-r epidemics r rlang rstats
Last synced: 3 months ago
JSON representation
R package developed as a companion to the book "R for Plant Disease Epidemiology" (R4PDE).
- Host: GitHub
- URL: https://github.com/emdelponte/r4pde
- Owner: emdelponte
- License: other
- Created: 2023-01-16T01:20:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T23:03:26.000Z (4 months ago)
- Last Synced: 2026-02-15T06:42:42.378Z (4 months ago)
- Topics: botanical-epidemiology, data-analysis, data-analysis-r, epidemics, r, rlang, rstats
- Language: R
- Homepage: https://emdelponte.github.io/r4pde/
- Size: 10.8 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# r4pde 
[](https://CRAN.R-project.org/package=r4pde) [](https://CRAN.R-project.org/package=r4pde)\
An R package developed as a companion to the book [R for Plant Disease Epidemiology](https://r4pde.netlify.app/). It provides access to a suite of specialized R functions and datasets tailored for teaching and analyzing plant disease epidemiology. This package supports researchers, students, and practitioners by offering tools for disease quantification, spatial analysis and predictive modeling.
## Installation
Install the stable release from CRAN.
``` r
install.packages("r4pde")
```
The development version of {r4pde} is available from GitHub. To install it along with its dependencies (including Bioconductor packages), use the [`pak`](https://pak.r-lib.org/) package:
``` r
if (!requireNamespace("pak", quietly = TRUE)) install.packages("pak")
pak::pkg_install("emdelponte/r4pde")
```
Alternatively, using remotes:
``` r
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("emdelponte/r4pde")
```
## Reporting Issues
Please [report any bugs or issues](https://github.com/emdelponte/r4pde/issues) via the GitHub issue tracker.
## License and Citation
- This package is released under the MIT license.
- To cite the package, please use:
``` r
citation("r4pde")
```