-
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.
Merge pull request #23 from ropensci/dev
DESCRIPTION Clean-up
- Loading branch information
Showing
3 changed files
with
13 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,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 = "[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, | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.