forked from harphub/harpVis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 992 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
44
45
46
47
Package: harpVis
Title: Visualisation functions for harp.
Version: 0.0.0.9070
Authors@R: as.person(c(
"Andrew Singleton <[email protected]> [aut, cre]"
))
Description: Functions for visualising data such as verification scores,
model fields, profiles, point forecasts etc. produced by harp. Each
visualisation has a corresponding interactive shiny app.
License: Apache License (>= 2.0)
Depends:
R (>= 3.3.1),
ggplot2 (>= 3.0.0),
shiny
Imports:
dplyr,
rlang,
tidyr,
shinyFiles,
hexbin,
RadioSonde,
magrittr,
harpIO,
RColorBrewer,
ggsonde,
fs,
harpPoint,
purrr,
scales,
colourpicker,
forcats,
meteogrid,
viridis
Remotes:
harphub/harpIO,
harphub/harpPoint,
harphub/ggsonde,
harphub/meteogrid
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/harphub/harpVis
BugReports: https://github.com/harphub/harpVis/issues
Suggests:
svglite,
ggalt,
ggridges