diff --git a/CITATION.cff b/CITATION.cff index 74d6c60..2233eac 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "azmetr" in publications use:' type: software license: MIT title: 'azmetr: Access Arizona weather data from the AZMet API' -version: 0.1.1 +version: 0.2.0 year: 2023 abstract: Provides R functions to access the Arizona Meterological Network (AZMet) API. Functions are more than just "thin wrappers" and do some parsing of input parameters diff --git a/DESCRIPTION b/DESCRIPTION index 3725336..0a8d7e7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: azmetr Title: Access Arizona weather data from the AZMet API -Version: 0.1.1 +Version: 0.2.0 Authors@R: person("Eric", "Scott", , "ericrscott@arizona.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7430-7879")) diff --git a/NEWS.md b/NEWS.md index 481aa86..845c96b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# azmetr 0.1.1 +# azmetr 0.2.0 - `azmetr` now uses the `httr2` package instead of `httr` for API requests. This change allowed for easier rate limiting - There is now a rate limit of 4 requests per second to the API. This shouldn't cause noticible slowdowns except when using the `station_id` argument maybe diff --git a/inst/CITATION b/inst/CITATION index 0f7835f..a68fde8 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -8,7 +8,7 @@ citEntry( role = c("aut", "cre"), email = "scottericr@gmail.com")), year = "2023", - version = as.package_version("0.1.1"), + version = as.package_version("0.2.0"), url = "https://github.com/cct-datascience/azmetr", textVersion = paste( 'Scott ER (2023). “azmetr: Access Arizona weather data from the AZMet API.”'