-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 965 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person(given = "John", family = "Muschelli",
role = c("ctb"), email = "[email protected]")
)
Maintainer: Bob Rudis <[email protected]>
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