You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
965 B

Package: rradar
Type: Package
Title: Animate NOAA NWSRadar Images by Station Id
Version: 0.4.0
Date: 2019-12-17
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person(given = "John", family = "Muschelli",
role = c("ctb"), email = "muschellij2@gmail.com")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: NOAA NWS has an array of National Doppler Radar Sites. Tools are provided to
to help you locate stations and create an animated composite image of recent radar
images.
URL: https://gitlab.com/hrbrmstr/rradar
BugReports: https://gitlab.com/hrbrmstr/rradar/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
httr,
magick,
rvest,
magrittr,
stars,
sf,
utils,
scales,
ggplot2,
viridis
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2