Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DESCRIPTION Clean-up #23

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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(
Expand All @@ -15,14 +15,14 @@ Authors@R:
email = "[email protected]"
)
)
Description: Provides API access to data from the 'US Energy Information Administration' ('EIA') <https://www.eia.gov/>.
Use of the API requires a free API key obtainable at <https://www.eia.gov/opendata/register.php>.
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') <https://www.eia.gov/>.
Use of the EIA's API and this package requires a free API key obtainable at <https://www.eia.gov/opendata/register.php>.
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,
Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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') <https://www.eia.gov/>. Use of the API requires a free API key obtainable at <https://www.eia.gov/opendata/register.php>. 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') <https://www.eia.gov/>. Use of the EIA's API and this package requires a free API key obtainable at <https://www.eia.gov/opendata/register.php>. 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",
Expand All @@ -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",
Expand Down Expand Up @@ -205,5 +205,5 @@
},
"SystemRequirements": null
},
"fileSize": "205.522KB"
"fileSize": "202.885KB"
}
3 changes: 2 additions & 1 deletion man/eia.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading