diff --git a/DESCRIPTION b/DESCRIPTION index 7ef3d69..6cc5c15 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: azmetr Title: Access Arizona Weather Data from the AZMet API -Version: 0.2.0.9000 +Version: 0.2.1 Authors@R: c( person("Jeremy", "Weiss", , "jlweiss@email.arizona.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3597-0712")), diff --git a/NEWS.md b/NEWS.md index a33349f..c09285b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# azmetr (development version) +# azmetr 0.2.1 - `az_daily()` and `az_hourly()` now print a warning if there is any missing data for the combination of dates and stations requested - Transferred maintenance of package to Jeremy Weiss