From 351e441d4e6d43133784b95fb879f3a42eeacf1d Mon Sep 17 00:00:00 2001 From: Matthew Hoff Date: Sat, 13 Apr 2024 09:04:47 -0400 Subject: [PATCH 1/2] DESCRIPTION cleanup: proper citation of "U.S. Energy information Administration" and URL cleanup (fixing HTTP 503 errors where possible) --- DESCRIPTION | 14 +++++++------- man/eia.Rd | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 07febda..745f2f3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: eia -Title: API Wrapper for 'US Energy Information Administration' Open Data +Title: API Wrapper for U.S. Energy Information Administration ('EIA') Open Data Version: 0.4.2 Authors@R: c(person( @@ -15,14 +15,14 @@ Authors@R: email = "matthew.g.hoff@gmail.com" ) ) -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. +Description: Provides API access to data from the U.S. Energy Information Administration ('EIA') . + Use of the EIA's API and this package requires a free API key obtainable at . + This package includes functions for searching the EIA data directory and returning time series and geoset time series datasets. + Datasets returned by these functions are provided by default in a tidy format, or alternatively, in more raw formats. + 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. License: MIT + file LICENSE -URL: https://docs.ropensci.org/eia/ (website) https://github.com/ropensci/eia +URL: https://docs.ropensci.org/eia/, https://github.com/ropensci/eia BugReports: https://github.com/ropensci/eia/issues Imports: tibble, diff --git a/man/eia.Rd b/man/eia.Rd index 0c39c95..9be005c 100644 --- a/man/eia.Rd +++ b/man/eia.Rd @@ -12,7 +12,8 @@ This package provides API access to data from the US \seealso{ Useful links: \itemize{ - \item \url{https://docs.ropensci.org/eia/ (website) https://github.com/ropensci/eia} + \item \url{https://docs.ropensci.org/eia/} + \item \url{https://github.com/ropensci/eia} \item Report bugs at \url{https://github.com/ropensci/eia/issues} } From 23a451a4e61d2eefd1d78340d980efda6d1923ad Mon Sep 17 00:00:00 2001 From: Matthew Hoff Date: Sat, 13 Apr 2024 18:06:42 -0400 Subject: [PATCH 2/2] codemeta --- codemeta.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codemeta.json b/codemeta.json index cff6bbf..cb0c1c8 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,8 +2,8 @@ "@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.", - "name": "eia: API Wrapper for 'US Energy Information Administration' Open Data", + "description": "Provides API access to data from the U.S. Energy Information Administration ('EIA') . Use of the EIA's API and this package requires a free API key obtainable at . This package includes functions for searching the EIA data directory and returning time series and geoset time series datasets. Datasets returned by these functions are provided by default in a tidy format, or alternatively, in more raw formats. 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 U.S. Energy Information Administration ('EIA') Open Data", "relatedLink": "https://docs.ropensci.org/eia/", "codeRepository": "https://github.com/ropensci/eia", "issueTracker": "https://github.com/ropensci/eia/issues", @@ -14,7 +14,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)", + "runtimePlatform": "R version 4.3.1 (2023-06-16)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -205,5 +205,5 @@ }, "SystemRequirements": null }, - "fileSize": "205.522KB" + "fileSize": "202.885KB" }