Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 793 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 793 Bytes

wxsumR

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.

Dependencies

  • dplyr (>= 0.8.3),
  • lubridate (>= 1.7.4),
  • stringr (>= 1.3.1),
  • tidyr (>= 1.0.0)

Installation

Development version

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)