Skip to content

Commit

Permalink
Updated formatting for CRAN release.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Jul 22, 2019
1 parent 911cd5d commit e2c51a3
Show file tree
Hide file tree
Showing 28 changed files with 46 additions and 33 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
^vignettes/geoset\.Rmd$
^vignettes/series\.Rmd$
^codemeta\.json$
^CRAN-RELEASE$
4 changes: 2 additions & 2 deletions DESCRIPTION
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.1
Title: API Wrapper for 'US Energy Information Administration' Open Data
Version: 0.3.2
Authors@R: c(
person("Matthew", "Leonawicz", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")),
person(given = "E Source", role = c("cph", "fnd"))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# eia 0.3.2

* Updated formatting for CRAN.

# eia 0.3.1

* Updated package metadata and improved Travis testing suite configuration.
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"@type": "SoftwareSourceCode",
"identifier": "eia",
"description": "Provides API access to data from the 'US Energy Information Administration' ('EIA') <https://www.eia.gov/>. \n Use of the API requires a free API key obtainable at <https://www.eia.gov/opendata/register.php>.\n The package includes functions for searching 'EIA' data categories and importing time series and geoset time series datasets. \n Datasets returned by these functions are provided in a tidy format or alternatively in more raw form. \n It also offers helper functions for working with 'EIA' date strings and time formats and for inspecting different summaries of series metadata.\n 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",
"name": "eia: API Wrapper for 'US Energy Information Administration' Open Data",
"codeRepository": "https://github.com/leonawicz/eia",
"issueTracker": "https://github.com/leonawicz/eia/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.3.1",
"version": "0.3.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -223,7 +223,7 @@
],
"releaseNotes": "https://github.com/leonawicz/eia/blob/master/NEWS.md",
"readme": "https://github.com/leonawicz/eia/blob/master/README.md",
"fileSize": "26.164KB",
"fileSize": "26.186KB",
"contIntegration": [
"https://travis-ci.org/leonawicz/eia",
"https://ci.appveyor.com/project/leonawicz/eia",
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

* This resubmission for a a new release.

* I have updated the DESCRIPTION formatting and missing information per CRAN maintainer request.
* I have updated the DESCRIPTION formatting per CRAN maintainer request.
* This package is an API wrapper. The particular API requires users to use their own API key. I cannot run function examples or unit tests on CRAN, but all examples and unit tests run successfully in multiple other environments, on local and remote systems. Full test suite also runs on Travis-CI where I was able to import an encrypted key.
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

6 changes: 3 additions & 3 deletions docs/articles/api.html

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

2 changes: 1 addition & 1 deletion docs/articles/categories.html

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

2 changes: 1 addition & 1 deletion docs/articles/eia.html

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

2 changes: 1 addition & 1 deletion docs/articles/geoset.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/articles/series.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

6 changes: 3 additions & 3 deletions docs/index.html

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

10 changes: 9 additions & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia_cats.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia_clear_cache.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia_geoset.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia_key.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia_series.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia_series_metadata.html

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

2 changes: 1 addition & 1 deletion docs/reference/eia_updates.html

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

2 changes: 1 addition & 1 deletion docs/reference/eiadate.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/pipe.html

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

0 comments on commit e2c51a3

Please sign in to comment.