An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

# r4pde

[![CRAN](https://www.r-pkg.org/badges/version/r4pde)](https://CRAN.R-project.org/package=r4pde) [![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/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")
```