Skip to content

Commit ecc8a6e

Browse files
committed
Correct invalid URLs
1 parent 7ec5031 commit ecc8a6e

8 files changed

Lines changed: 22 additions & 20 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Depends:
1111
Description: Scraped dataset of the Hurricane Research Division's Hurricane
1212
Re-Analysis Project known as HURDAT. Storm details are available for most
1313
known hurricanes and tropical storms for the Atlantic and northeastern
14-
Pacific ocean (northwestern hemisphere). See <http://www.aoml.noaa.gov/hrd/hurdat/Data_Storm.html>
14+
Pacific ocean (northwestern hemisphere). See <https://www.aoml.noaa.gov/hrd/hurdat/Data_Storm.html>
1515
for more information.
1616
URL: https://github.com/timtrice/HURDAT
1717
BugReports: https://github.com/timtrice/HURDAT/issues

R/hurdat.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#' Cyclones were not named until 1950 and used names of the international
1616
#' phonetic alphabet. For example, Able, Baker, Charlie, etc.
1717
#'
18-
#' In 1953, the \href{http://www.nhc.noaa.gov}{National Hurricane Center} began
18+
#' In 1953, the \href{https://www.nhc.noaa.gov}{National Hurricane Center} began
1919
#' using female names and by 1954 the NHC would retire some names for storms of
2020
#' significance. Currently the
21-
#' \href{https://public.wmo.int/en/About-us/FAQs/faqs-tropical-cyclones/tropical-cyclone-naming}{World
21+
#' \href{https://public.wmo.int/en/our-mandate/focus-areas/natural-hazards-and-disaster-risk-reduction/tropical-cyclones/Naming}{World
2222
#' Meteorological Organization}
2323
#' is responsible for maintaining the list of names, retiring names and
2424
#' assigning replacement names.
@@ -68,7 +68,7 @@
6868
#'
6969
#' Errors in the raw data may also be reported to Chris Landsea or the National
7070
#' Hurricane Center Best Track Change Committee
71-
#' \href{http://www.aoml.noaa.gov/hrd/hurdat/submit_re-analysis.html}{as
71+
#' \href{https://www.aoml.noaa.gov/hrd/hurdat/submit_re-analysis.html}{as
7272
#' explained on the HRD website}.
7373
#'
7474
#' @docType package
@@ -112,14 +112,14 @@ audit_hurdat <- function(df) {
112112
#' (EP) basins (northwestern hemisphere)
113113
#'
114114
#' @details Raw text files \emph{should} be found at
115-
#' \url{http://www.nhc.noaa.gov/data/hurdat/} as of this writing. The
115+
#' \url{https://www.nhc.noaa.gov/data/hurdat/} as of this writing. The
116116
#' codebooks are listed below.
117117
#'
118118
#' @seealso Atlantic codebook:
119-
#' \url{http://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf}
119+
#' \url{https://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf}
120120
#'
121121
#' @seealso NE/NC Pacific codebook:
122-
#' \url{http://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf}
122+
#' \url{https://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf}
123123
#'
124124
#' @param basin AL or EP. Default is both.
125125
#'
@@ -278,7 +278,7 @@ parse_hurdat <- function(x) {
278278
.data$Key, .data$Name, .data$DateTime, .data$Record:.data$Lat,
279279
.data$Lon, .data$Wind:.data$NW64
280280
)
281-
281+
282282
hurdat <- unique(hurdat)
283283

284284
# Run audit and throw warning if any issues.

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ output: github_document
88
[![Build Status](https://img.shields.io/travis/timtrice/HURDAT/develop.svg)](https://travis-ci.org/timtrice/HURDAT)
99
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/timtrice/HURDAT/develop.svg)](https://ci.appveyor.com/project/timtrice/HURDAT)
1010
[![codecov](https://codecov.io/gh/timtrice/HURDAT/branch/master/graph/badge.svg)](https://codecov.io/gh/timtrice/HURDAT)
11-
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/timtrice/hurdat.svg?style=popout)](https://cloud.docker.com/repository/docker/timtrice/hurdat)
11+
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/timtrice/hurdat.svg?style=popout)](https://hub.docker.com/repository/docker/timtrice/hurdat)
1212
[![rstudio.cloud](https://img.shields.io/badge/launch-rstudio.cloud-yellowgreen.svg)](https://rstudio.cloud/project/415701)
1313

1414

@@ -50,7 +50,7 @@ Please read [CONTRIBUTING.md](https://github.com/timtrice/HURDAT/blob/master/.gi
5050

5151
## Versioning
5252

53-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/timtrice/HURDAT/tags).
53+
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/timtrice/HURDAT/tags).
5454

5555
## Authors
5656

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Status](https://img.shields.io/travis/timtrice/HURDAT/develop.svg)](https://trav
1010
Status](https://img.shields.io/appveyor/ci/timtrice/HURDAT/develop.svg)](https://ci.appveyor.com/project/timtrice/HURDAT)
1111
[![codecov](https://codecov.io/gh/timtrice/HURDAT/branch/master/graph/badge.svg)](https://codecov.io/gh/timtrice/HURDAT)
1212
[![Docker Cloud Build
13-
Status](https://img.shields.io/docker/cloud/build/timtrice/hurdat.svg?style=popout)](https://cloud.docker.com/repository/docker/timtrice/hurdat)
13+
Status](https://img.shields.io/docker/cloud/build/timtrice/hurdat.svg?style=popout)](https://hub.docker.com/repository/docker/timtrice/hurdat)
1414
[![rstudio.cloud](https://img.shields.io/badge/launch-rstudio.cloud-yellowgreen.svg)](https://rstudio.cloud/project/415701)
1515

1616
# HURDAT
@@ -53,7 +53,7 @@ requests to us.
5353

5454
## Versioning
5555

56-
We use [SemVer](http://semver.org/) for versioning. For the versions
56+
We use [SemVer](https://semver.org/) for versioning. For the versions
5757
available, see the [tags on this
5858
repository](https://github.com/timtrice/HURDAT/tags).
5959

cran-comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ winbuilder give a NOTE regarding the Author field.
2323
Package errors were not corrected in a timely fashion and removed from CRAN.
2424
This release resolves those errors.
2525

26+
Invalid URL's corrected.
27+
2628
## HURDAT v0.2.3
2729
================
2830

man/HURDAT.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_hurdat.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/hurdat.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ library(HURDAT)
1515

1616
## Introduction
1717

18-
HURDAT is a re-analysis project of all tropical cyclones by the National Hurricane Center (NHC) Hurricane Research Division(NRD). Known as HURDAT2, the text files are typically updated in late winter, early spring to include the previous season's activity. These text files *will not* contain data on current tropical systems. For that I would recommend my [Hurricanes](https://github.com/timtrice/Hurricanes) package (not yet available in CRAN).
18+
HURDAT is a re-analysis project of all tropical cyclones by the National Hurricane Center (NHC) Hurricane Research Division(NRD). Known as HURDAT2, the text files are typically updated in late winter, early spring to include the previous season's activity. These text files *will not* contain data on current tropical systems. For that I would recommend my [rrricanes](https://github.com/ropensci/rrricanes) package (not yet available in CRAN).
1919

2020
As of this vignette data up to and including 2016 has been added.
2121

@@ -41,7 +41,7 @@ AL <- get_hurdat(basin = "AL")
4141

4242
Most of the early storms will have missing data.
4343

44-
The [Atlantic HURDAT codebook](http://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf) contains the definitions of the various fields. A codebook also exists for the [northeast and central Pacific](http://www.nhc.noaa.gov/data/hurdat/hurdat2-format-nencpac.pdf).
44+
The [Atlantic HURDAT codebook](https://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf) contains the definitions of the various fields. A codebook also exists for the [northeast and central Pacific](https://www.nhc.noaa.gov/data/hurdat/hurdat2-format-nencpac.pdf).
4545

4646
There are significantly more storms for the Atlantic than in the eastern Pacific. There are only a few storms for the central Pacific.
4747

0 commit comments

Comments
 (0)