diff --git a/.Rbuildignore b/.Rbuildignore
index 6e0b6ca..2e829fd 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -20,3 +20,4 @@
^vignettes/geoset\.Rmd$
^vignettes/series\.Rmd$
^codemeta\.json$
+^CRAN-RELEASE$
diff --git a/DESCRIPTION b/DESCRIPTION
index a78933a..e97f23a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -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 = "matt_leonawicz@esource.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")),
person(given = "E Source", role = c("cph", "fnd"))
diff --git a/NEWS.md b/NEWS.md
index 9b9dc15..6597f3c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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.
diff --git a/codemeta.json b/codemeta.json
index 78c39a1..560bdd5 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -6,11 +6,11 @@
"@type": "SoftwareSourceCode",
"identifier": "eia",
"description": "Provides API access to data from the 'US Energy Information Administration' ('EIA') . \n Use of the API requires a free API key obtainable at .\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",
@@ -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",
diff --git a/cran-comments.md b/cran-comments.md
index 872e220..0dc9a44 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -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.
diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html
index 54124c0..5c79998 100644
--- a/docs/CODE_OF_CONDUCT.html
+++ b/docs/CODE_OF_CONDUCT.html
@@ -72,7 +72,7 @@
eia
- 0.3.1
+ 0.3.2
diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html
index 771e413..a4ef6f3 100644
--- a/docs/LICENSE-text.html
+++ b/docs/LICENSE-text.html
@@ -72,7 +72,7 @@
eia
- 0.3.1
+ 0.3.2
diff --git a/docs/LICENSE.html b/docs/LICENSE.html
index d3ecf4f..a15f2a4 100644
--- a/docs/LICENSE.html
+++ b/docs/LICENSE.html
@@ -72,7 +72,7 @@
eia
- 0.3.1
+ 0.3.2
diff --git a/docs/articles/api.html b/docs/articles/api.html
index 053dbda..4345ff2 100644
--- a/docs/articles/api.html
+++ b/docs/articles/api.html
@@ -38,7 +38,7 @@
eia
- 0.3.1
+ 0.3.2
@@ -188,12 +188,12 @@
A call to eia_parent_cats is a good example. This function is recursive, but say you know the number of calls is going to be small; it is overkill to impose the additional wait. Note that in order to show this example, it is necessary to turn off memoization to avoid returned a cached result.