Skip to content

Commit 97f2e61

Browse files
authored
Update storms hurdat URL for 2023-2024 (#7111)
Update storms hurdat data for 2024 Add NEWS bullet Run for 2024 as well
1 parent 90f10c3 commit 97f2e61

File tree

4 files changed

+1246
-3
lines changed

4 files changed

+1246
-3
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# dplyr (development version)
22

3+
* `storms` has been updated to include 2023 and 2024 data (#7111, @tomalrussell).
4+
35
* Empty `rowwise()` list-column elements now resolve to `logical()` rather than a random logical of length 1 (#7710).
46

57
* `last_dplyr_warnings()` no longer prevents objects from being garbage collected (#7649).

data-raw/storms.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ library(tidyverse)
88

99
# Read in data set so each line is a character string
1010
storm_file_complete <- read_file(
11-
"https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2022-050423.txt"
11+
"https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2024-040425.txt"
1212
)
1313
storm_strings <- read_lines(storm_file_complete)
1414

0 commit comments

Comments
 (0)