Skip to content

Commit

Permalink
Merge pull request #23 from ropensci/dev
Browse files Browse the repository at this point in the history
DESCRIPTION Clean-up
  • Loading branch information
leonawicz committed Apr 15, 2024
2 parents 31104ab + 23a451a commit a76d6ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
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.

0 comments on commit a76d6ae

Please sign in to comment.