-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 = "[email protected]" | ||
) | ||
) | ||
Description: Provides API access to data from the 'US Energy Information Administration' ('EIA') <https://www.eia.gov/>. | ||
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. | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters