Crandore Hub

r4pde

Companion to R for Plant Disease Epidemiology Book

Datasets and utility functions to support the book "R for Plant Disease Epidemiology" (R4PDE). It includes functions for quantifying disease, assessing spatial patterns, and modeling plant disease epidemics based on weather predictors. These tools are intended for teaching and research in plant disease epidemiology. Several functions are based on classical and contemporary methods, including those discussed in Laurence V. Madden, Gareth Hughes, and Frank van den Bosch (2007) <doi:10.1094/9780890545058>.

README

# r4pde <img src="man/figures/logo.png" width="200px" align="right"/>
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

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")
```

> Note: The package depends on `Icens`, which is available from Bioconductor. Both `pak` and `remotes` will install it automatically if needed.

## 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")
```

Versions across snapshots

VersionRepositoryFileSize
0.1.0 rolling linux/jammy R-4.5 r4pde_0.1.0.tar.gz 382.7 KiB
0.1.0 rolling linux/noble R-4.5 r4pde_0.1.0.tar.gz 382.7 KiB
0.1.0 rolling source/ R- r4pde_0.1.0.tar.gz 382.7 KiB
0.1.0 latest linux/jammy R-4.5 r4pde_0.1.0.tar.gz 382.7 KiB
0.1.0 latest linux/noble R-4.5 r4pde_0.1.0.tar.gz 382.7 KiB
0.1.0 latest source/ R- r4pde_0.1.0.tar.gz 382.7 KiB
0.1.0 2026-04-26 source/ R- r4pde_0.1.0.tar.gz 382.7 KiB
0.1.0 2026-04-23 source/ R- r4pde_0.1.0.tar.gz 382.7 KiB

Dependencies (latest)

Imports

Suggests