timtrice / HURDAT

HURDAT is a dataset of best-track analysis for Atlantic and NE Pacific cyclones. This R package scrapes and parses that dataset.
https://hurdat.timtrice.net/
Other
11 stars 4 forks source link

What are the dependencies of this script? #1

Closed danielflam closed 7 years ago

danielflam commented 7 years ago

I tried using the script but missing dependencies specifically R 3 doesnt recognize %>% operator

timtrice commented 7 years ago

%>% is an operator of the dplyr package. All requirements are listed in the DESCRIPTION file