DegreeDayCalc is an R package that provides an
interactive Shiny application for calculating insect
phenology using degree-day (thermal time) models.
It allows users to explore developmental progression across life stages
(egg, larval/nymphal instars, pupa, adult, and preoviposition) using
multiple degree-day calculation methods.
The package is designed for entomologists, ecologists, agronomists, and pest management researchers interested in modeling temperature-driven development.
```r # install.packages(“devtools”) devtools::install_github(“almarazkrae-4081/DegreeDayCalc”)