Package: rrricanes Type: Package Title: Web Scraper for Atlantic and East Pacific Hurricanes and Tropical Storms Description: Get archived data of past and current hurricanes and tropical storms for the Atlantic and eastern Pacific oceans. Data is available for storms since 1998. Datasets are updated via the rrricanesdata package. Currently, this package is about 6MB of datasets. See the README or view `vignette("drat")` for more information. Version: 0.2.0.6.10 Authors@R: c(person("Tim", "Trice", email = "tim.trice@gmail.com", role = c("aut")), person("Joseph", "Stachelek", role = c("rev"), comment = "Joseph Stachelek reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/118"), person("Emily", "Robinson", role = c("rev"), comment = "Emily Robinson reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/118"), person("Sophia", "Barett", role= "ctb", email = "Sbarrett@ccny.cuny.edu"), person("Lismarie", "Arche", role = "ctb", email = "lismarie.arche@lehman.cuny.edu"), person("Simon", "Ayotes", role= "ctb", email="simon@aytes.net"), person("Goodness", "Ajayi-Martins", role = "ctb", email = "goodnessmartins89@gmail.com"), person("Elin", "Waring", email = "elin.waring@gmail.com", role = c("aut","cre")) ) Depends: R (>= 4.1.0) URL: https://docs.ropensci.org/rrricanes https://github.com/ropensci/rrricanes BugReports: https://github.com/ropensci/rrricanes/issues License: MIT + file LICENSE LazyData: TRUE ByteCompile: TRUE Imports: broom (>= 0.5), crul (>= 0.7), curl (>= 3.3), dplyr (>= 0.8), ggplot2 (>= 3.1), iotools, httr (>= 1.4), lubridate (>= 1.7), purrr (>= 0.3), readr (>= 1.3), rlang (>= 0.3), rvest (>= 0.3), stringr (>= 1.4), tibble (>= 2.1), tidyr (>= 0.8), tidyselect (>= 0.2), xml2 (>= 1.2) Suggests: covr, devtools, here, knitr, rmarkdown, rnaturalearthdata (>= 0.1), sf (>= 1.0), terra, testthat Config/Needs/website: rrricanesdata, gganimate, magick VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.3.2 Collate: 'base.R' 'data.R' 'discus.R' 'filters.R' 'fstadv.R' 'get_storm_data.R' 'get_storm_list.R' 'get_storms.R' 'get_track.R' 'get_url_contents.R' 'gis.R' 'Movement_fstadv.R' 'posest.R' 'prblty.R' 'products.R' 'public.R' 'scrapers.R' 'tidy_fstadv.R' 'tracking_chart.R' 'update.R' 'utils.R' 'wndprb.R' Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-08-06 15:00:14 UTC RemoteUrl: https://github.com/ropensci/rrricanes RemoteRef: main RemoteSha: a6bd1520cccdbd6be5d99d7c79bd1b6d3e9993a3 NeedsCompilation: no Packaged: 2026-07-01 08:16:33 UTC; root Author: Tim Trice [aut], Joseph Stachelek [rev] (Joseph Stachelek reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/118), Emily Robinson [rev] (Emily Robinson reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/118), Sophia Barett [ctb], Lismarie Arche [ctb], Simon Ayotes [ctb], Goodness Ajayi-Martins [ctb], Elin Waring [aut, cre] Maintainer: Elin Waring