-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
43 lines (43 loc) · 893 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
37
38
39
40
41
42
43
Package: vcrshiny
Title: Visualizing Virginia Coast Reserve Data in Near Real-time
Version: 0.0.0.9000
Authors@R:
person(given = "Sean",
family = "Hardison",
role = c("aut", "cre"),
email = "[email protected]")
Description: The vcrshiny app is designed to query and visualize meteorological and tidal data from the Anheuser-Busch Coastal Research Center on the Eastern Shore of Virginia.
License: MIT + file LICENSE
Imports:
config,
golem,
shiny,
processx,
attempt,
glue,
htmltools,
dplyr,
ggplot2,
stringr,
magrittr,
lubridate,
pkgload,
shinythemes,
dygraphs,
shinyFeedback,
xts,
zoo,
data.table,
usethis,
tidyr,
tsibble,
shinyjs,
shinyWidgets,
waiter
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat
Depends:
R (>= 2.10)