
An R package developed as a companion to the bookR for Plant Disease Epidemiology.It provides access to a suite of specialized R functions and datasetstailored for teaching and analyzing plant disease epidemiology. Thispackage supports researchers, students, and practitioners by offeringtools for disease quantification, spatial analysis and predictivemodeling.
The development version of {r4pde} is available from GitHub. Toinstall it along with its dependencies (including Bioconductorpackages), use thepakpackage:
if (!requireNamespace("pak",quietly =TRUE))install.packages("pak")pak::pkg_install("emdelponte/r4pde")Alternatively, using remotes:
if (!requireNamespace("remotes",quietly =TRUE))install.packages("remotes")remotes::install_github("emdelponte/r4pde")Note: The package depends on
Icens, which is availablefrom Bioconductor. Bothpakandremoteswillinstall it automatically if needed.
Pleasereportany bugs or issues via the GitHub issue tracker.
citation("r4pde")