Code for R package for calculating annual summary statistics of site-specific climate data. Largely an R implementation of the Stata package available at https://github.com/jdavidm/weather_command.
- dplyr (>= 0.8.3),
- lubridate (>= 1.7.4),
- stringr (>= 1.3.1),
- tidyr (>= 1.0.0)
The latest version is available through GitHub (you'll need the devtools package to install):
# install.packages("devtools")
devtools::install_github("jcoliver/wxsumR")
# to include vignette with devtools installation, pass build_vignettes = TRUE
# devtools::install_github("jcoliver/wxsumR", build_vignettes = TRUE)