-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
37 lines (37 loc) · 1.06 KB
/
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
Package: tsviz
Title: Easy and Interactive Time Series Visualization
Version: 0.1.0
Authors@R:
c(person(
"Marta",
"Peroni",
email = "[email protected]",
role = "aut"),
person(
"Emanuele",
"Fabbiani",
email = "[email protected]",
role = "cre"))
Description: An 'RStudio' add-in to visualize time series. Time series are searched in the global environment as data.frame objects with a column of type date and a column of type numeric. Interactive charts are produced using 'plotly' package.
URL: https://github.com/xtreamsrl/tsviz
BugReports: https://github.com/xtreamsrl/tsviz/issues
License: MIT + file LICENSE
Suggests:
testthat (>= 2.1.0),
lintr (>= 1.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Depends:
R (>= 3.5)
Imports:
dplyr (>= 0.8),
lubridate (>= 1.7),
plotly (>= 4.9),
shiny (>= 1.2),
miniUI (>= 0.1.1),
forecast (>= 8.7),
ggplot2 (>= 3.0),
magrittr (>= 1.5),
shinyhelper (>= 0.3.1)