-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.47 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.47 KB
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
Type: Package
Package: tstools
Title: A Time Series Toolbox for Official Statistics
Version: 0.4.3
Authors@R: c(
person("Matthias", "Bannert", , "bannert@kof.ethz.ch", role = "aut"),
person("Severin", "Thoeni", , "thoenis@kof.ethz.ch", role = "aut"),
person("Stéphane", "Bisinger", , "bisinger@kof.ethz.ch", role = c("aut", "cre"))
)
Description: Plot official statistics' time series conveniently: automatic
legends, highlight windows, stacked bar chars with positive and
negative contributions, sum-as-line option, two y-axes with automatic
horizontal grids that fit both axes and other popular chart types.
'tstools' comes with a plethora of defaults to let you plot without
setting an abundance of parameters first, but gives you the
flexibility to tweak the defaults. In addition to charts, 'tstools'
provides a super fast, 'data.table' backed time series I/O that allows
the user to export / import long format, wide format and transposed
wide format data to various file types.
License: GPL-2
URL: https://github.com/KOF-ch/tstools
BugReports: https://github.com/KOF-ch/tstools/issues
Depends:
R (>= 3.0.0),
zoo (>= 1.7-12)
Imports:
data.table,
ggplot2,
graphics,
jsonlite,
plotly,
stats,
xts,
yaml
Suggests:
knitr,
openxlsx,
reshape2,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
RoxygenNote: 7.3.3
Config/testthat/edition: 3