diff --git a/DESCRIPTION b/DESCRIPTION
index b49aa4bf..ace2a063 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: GSODR
Type: Package
Title: Global Surface Summary of the Day ('GSOD') Weather Data Client
-Version: 3.1.5
+Version: 3.1.6
Authors@R: c(person("Adam H.", "Sparks", role = c("aut", "cre"),
email = "adamhsparks@gmail.com",
comment = c(ORCID = "0000-0002-0061-8359")),
@@ -75,7 +75,7 @@ Suggests:
roxygen2,
testthat,
tidyr
-RoxygenNote: 7.1.2
+RoxygenNote: 7.2.1
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
diff --git a/NEWS.md b/NEWS.md
index 8c3c5bf7..a57ed4c1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,16 @@ editor_options:
wrap: sentence
---
+# GSODR 3.1.6
+
+## Minor changes
+
+- Redoc package to correct HTML issues.
+
+- Update internal `isd-history` database.
+
+- Update changed URLs.
+
# GSODR 3.1.5
## Minor changes
diff --git a/README.md b/README.md
index f0dbac93..2dcc5ccb 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# _GSODR_
+# _GSODR_
[![tic](https://github.com/ropensci/GSODR/workflows/tic/badge.svg?branch=main)](https://github.com/ropensci/GSODR/actions)
-[![codecov](https://codecov.io/gh/ropensci/GSODR/branch/master/graph/badge.svg?token=7KOFeomenq)](https://codecov.io/gh/ropensci/GSODR)
+[![codecov](https://app.codecov.io/gh/ropensci/GSODR/branch/master/graph/badge.svg?token=7KOFeomenq)](https://app.codecov.io/gh/ropensci/GSODR)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.439850.svg)](https://doi.org/10.5281/zenodo.439850)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/GSODR)](https://cran.r-project.org/package=GSODR)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
diff --git a/codemeta.json b/codemeta.json
index afcb6ded..27642399 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -7,13 +7,13 @@
"codeRepository": "https://github.com/ropensci/GSODR",
"issueTracker": "https://github.com/ropensci/GSODR/issues",
"license": "https://spdx.org/licenses/MIT",
- "version": "3.1.5",
+ "version": "3.1.6",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
- "runtimePlatform": "R version 4.2.0 (2022-04-22)",
+ "runtimePlatform": "R version 4.2.1 (2022-06-23)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
@@ -329,7 +329,7 @@
"applicationCategory": "Tools",
"isPartOf": "https://ropensci.org",
"keywords": ["US-NCEI", "meteorological-data", "global-weather", "weather", "weather-data", "meteorology", "station-data", "surface-weather", "data-access", "US-NCDC", "r", "gsod", "ncdc", "weather-stations", "global-data", "ncei", "weather-information", "historical-weather", "historical-data", "daily-data", "daily-weather", "rstats", "r-package"],
- "fileSize": "3788.928KB",
+ "fileSize": "3791.35KB",
"citation": [
{
"@type": "ScholarlyArticle",
diff --git a/cran-comments.md b/cran-comments.md
index 0e413c34..fedb4a65 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,12 +1,6 @@
-# GSODR v3.1.5
+# GSODR v3.1.6
-This is a patch release to fix bad URLs, update an internal database and replace `class(years) == "character")` with `inherits(years, what = "character")`.
-
-## R CMD check results
-
-0 errors | 0 warnings | 1 note
-
-* This is a new patch release.
+This is a patch release to fix bad URLs, update an internal database, update changed URLs and correct HTML in the documentation as requested.
## Reverse dependencies
diff --git a/data-raw/fetch_isd-history.md b/data-raw/fetch_isd-history.md
index b2c542e7..90a0aa7f 100644
--- a/data-raw/fetch_isd-history.md
+++ b/data-raw/fetch_isd-history.md
@@ -1,7 +1,7 @@
Fetch and Clean ‘isd_history.csv’ File
================
Adam H. Sparks
-2022-05-06
+2022-08-13