-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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
5. 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, ...
4. 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]], ...)
2. purrr::map(urls, readr::read_lines)
- get_hurdat(basin = "EP")
Thanks for all your work on this package!