Package: rrricanes
Type: Package
Title: Web scraper for real-time and archived advisory products for Atlantic and
east Pacific hurricanes and tropical storms
Version: 0.1.0.1
Authors@R: person("Tim", "Trice", email = "tim.trice@gmail.com",
role = c("aut", "cre"))
Depends:
R (>= 3.3.3)
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.
URL: http://www.timtrice.net
BugReports: https://github.com/timtrice/rrricanes/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports:
data.table (>= 1.9.6),
dplyr (>= 0.5.0),
httr (>= 1.2.1),
lubridate (>= 1.6.0),
magrittr (>= 1.5),
purrr (>= 0.2.2.2),
readr (>= 1.1.0),
rvest (>= 0.3.2),
stringr (>= 1.2.0),
tibble (>= 1.3.1),
tidyr (>= 0.6.2),
xml2 (>= 1.1.1)
Suggests:
devtools,
knitr,
rmarkdown,
testthat,
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Confirm each of the following by checking the box. This package:
Summary
What does this package do? (explain in 50 words or less):
Scrapes and parses tropical cyclone advisories and GIS data from the National Hurricane Center. Can access real-time or archived data for storms since 1998.
Paste the full DESCRIPTION file inside a code block below:
URL for the package (the development repository, not a stylized html page):
https://github.com/timtrice/rrricanes
Please indicate which category or categories from our package fit policies this package falls under and why? (e.g., data retrieval, reproducibility. If you are unsure, we suggest you make a pre-submission inquiry.):
data extraction, data visualization, data munging, data packages
Who is the target audience?
Those with an interest in studying tropical meteorology, tracking storm developments and comparing the forecast abilities of the National Hurricane Center storm-to-storm, year-to-year.
Are there other R packages that accomplish the same thing? If so, what is different about yours?
I have searched (I believe) extensively and have not found one at all. To my knowledge the only other hurricane package in CRAN or GitHub is HURDAT - and I wrote that one, too :)
Requirements
R 3.3.3
Most tidyverse packages.
rnaturalearthdata and rnaturalerathhires will be required for release 0.1.1.
Confirm each of the following by checking the box. This package:
Publication options
paper.mdwith a high-level description in the package root or ininst/.Detail
Does
R CMD check(ordevtools::check()) succeed? Paste and describe any errors or warnings:In release 0.1.0.1, only 2 notes about global variables. This has largely been resolved in unreleased 0.1.1.
Does the package conform to rOpenSci packaging guidelines? Please describe any exceptions:
I used a CONTRIBUTORS.md file instead of CODE_OF_CONDUCT.md.
I use
@keywords internalfor internal functionsIf this is a resubmission following rejection, please explain the change in circumstances:
If possible, please provide recommendations of reviewers - those with experience with similar packages and/or likely users of your package - and their GitHub user names: