From 19687a3d07524375dd0f74d629f33a43652f1018 Mon Sep 17 00:00:00 2001 From: leonawicz Date: Thu, 26 Oct 2023 14:38:05 -0600 Subject: [PATCH] Bump version. --- DESCRIPTION | 16 ++++++++-------- codemeta.json | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fad6f34..d3769ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: eia Title: API Wrapper for 'US Energy Information Administration' Open Data -Version: 0.3.8 +Version: 0.4.0 Authors@R: c(person( given = "Matthew", @@ -16,15 +16,13 @@ Authors@R: email = "matthew.g.hoff@gmail.com" ) ) -Description: Provides API access to data from the 'US Energy Information Administration' ('EIA') . +Description: Provides API access to data from the 'US Energy Information Administration' ('EIA') . Use of the API requires a free API key obtainable at . - The package includes functions for searching 'EIA' data categories and importing time series and geoset time series datasets. - Datasets returned by these functions are provided in a tidy format or alternatively in more raw form. + The package includes functions for searching 'EIA' data categories and importing time series and geoset time series datasets. + Datasets returned by these functions are provided in a tidy format or alternatively in more raw form. It also offers helper functions for working with 'EIA' date strings and time formats and for inspecting different summaries of series metadata. - The package also provides control over API key storage and caching of API request results. + The package also provides control over API key storage and caching of API request results. License: MIT + file LICENSE -Encoding: UTF-8 -LazyData: true URL: https://docs.ropensci.org/eia/ (website) https://github.com/ropensci/eia BugReports: https://github.com/ropensci/eia/issues Imports: @@ -45,7 +43,9 @@ Suggests: ggplot2, spelling VignetteBuilder: knitr +Config/testthat/edition: 3 +Encoding: UTF-8 Language: en-US +LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -Config/testthat/edition: 3 diff --git a/codemeta.json b/codemeta.json index 95ddbee..28851de 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,19 +2,19 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "eia", - "description": "Provides API access to data from the 'US Energy Information Administration' ('EIA') . Use of the API requires a free API key obtainable at . The package includes functions for searching 'EIA' data categories and importing time series and geoset time series datasets. Datasets returned by these functions are provided in a tidy format or alternatively in more raw form. It also offers helper functions for working with 'EIA' date strings and time formats and for inspecting different summaries of series metadata. The package also provides control over API key storage and caching of API request results. ", + "description": "Provides API access to data from the 'US Energy Information Administration' ('EIA') . Use of the API requires a free API key obtainable at . The package includes functions for searching 'EIA' data categories and importing time series and geoset time series datasets. Datasets returned by these functions are provided in a tidy format or alternatively in more raw form. It also offers helper functions for working with 'EIA' date strings and time formats and for inspecting different summaries of series metadata. The package also provides control over API key storage and caching of API request results.", "name": "eia: API Wrapper for 'US Energy Information Administration' Open Data", "relatedLink": "https://docs.ropensci.org/eia/", "codeRepository": "https://github.com/ropensci/eia", "issueTracker": "https://github.com/ropensci/eia/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.3.8", + "version": "0.4.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.1.2 (2021-11-01)", + "runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -231,5 +231,5 @@ }, "SystemRequirements": null }, - "fileSize": "185.851KB" + "fileSize": "188.143KB" }