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

Function get_hurdat returns "Error: No such process" #9

Open StephanieRianneSchneider opened 2 years ago

StephanieRianneSchneider commented 2 years ago

Hi Tim,

I just wanted to reach out and report that the function "get_hurdat(basin = "EP")" which worked previously (I am guessing prior to the update of tidyr on July 21, 2021 (see issue #5) but my error is different that what others have reported and also I have no idea how to get around it.

Here is the error with the traceback, in case it is useful: Error: No such process

  1. vroom_(file, delim = "\001", col_names = "V1", col_types = cols(col_character()), id = NULL, skip = skip, col_select = col_select, name_repair = "minimal", na = na, quote = "", trim_ws = FALSE, escape_double = FALSE, escape_backslash = FALSE, comment = "", skip_empty_rows = skip_empty_rows, ...
  2. vroom::vroom_lines(file, skip = skip, locale = locale, n_max = n_max, progress = progress, altrep = lazy, skip_empty_rows = skip_empty_rows, na = na, num_threads = num_threads)
  3. .f(.x[[i]], ...)
  4. purrr::map(urls, readr::read_lines)
  5. get_hurdat(basin = "EP")

Thanks for all your work on this package!