Skip to content

Commit 6e715b1

Browse files
committed
Run for 2024 as well
1 parent 6b8f69c commit 6e715b1

File tree

4 files changed

+487
-4
lines changed

4 files changed

+487
-4
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dplyr (development version)
22

3-
* `storms` has been updated to include 2023 data
3+
* `storms` has been updated to include 2023 and 2024 data (#7111, @tomalrussell).
44

55
* `case_when()` now throws a better error if one of the conditions is an array
66
(#6862, @ilovemane).

data-raw/storms.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ library(tidyverse)
77
# TO UPDATE: get the latest URL from https://www.nhc.noaa.gov/data/#hurdat, and rerun this code
88

99
# Read in data set so each line is a character string
10-
storm_file_complete <- read_file("https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2023-051124.txt")
10+
storm_file_complete <- read_file("https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2024-040425.txt")
1111
storm_strings <- read_lines(storm_file_complete)
1212

1313
# Identify the header lines that have three commas

0 commit comments

Comments
 (0)