-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 863 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
Package: tydygraphs
Type: Package
Title: Interactive dygraphs from Tidy Time-series Data
Version: 0.5.0
Authors@R: person("Joe", "Shannon", email = "[email protected]", role = c("aut", "cre"))
Description: Long time series datasets can be difficult to plot and examine using
static figures. Interactive plots using the dygraphs package are a great tool
but are currently not easily implemented for tidy data. This package provides
methods for dygraph() to make it easier to plot tidy time series.
License: file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/jpshanno/tydygraphs
BugReports: https://github.com/jpshanno/tydygraphs/issues
Depends:
R (>= 2.10),
dygraphs
Imports:
dplyr,
lubridate,
magrittr,
purrr,
rlang,
stringr,
tibble,
tidyr,
xts
Language: en-US
Suggests:
spelling,
tsibble
RoxygenNote: 6.1.1