-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.79 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: dsa2
Title: Seasonal adjustment of daily time series
Version: 0.2.5
Authors@R:
c(person(given = "Daniel",
family = "Ollech",
role = c("aut", "cre"),
email = "daniel.ollech@bundesbank.de"),
person(given = "Martin",
family = "Stefan",
role = "aut",
email = "martin.stefan@bundesbank.de"),
person(given = "Julian",
family = "LeCrone",
role = "aut",
email = "julian.lecrone@bundesbank.de"),
person(given = "Hofer",
family = "Christiane",
role = "aut",
email = "christiane.hofer@bundesbank.de"),
person(given = "Witthohn",
family = "Thomas",
role = "aut",
email = "thomas.witthohn@bundesbank.de"),
person(given = "Brakemeier",
family = "Sindy",
role = "aut",
email = "sindy.brakemeier@bundesbank.de"),
person(given = "Hengen",
family = "Lea",
role = "aut",
email = "lea.hengen@bundesbank.de"))
Maintainer: Daniel Ollech <daniel.ollech@bundesbank.de>
Description: This package contains functions to conduct a seasonal adjustment of daily time series using the dsa2 procedure. The dsa2 procedure builds on the the dsa procedure developed by Ollech (2021), but adds further features, a quicker implementation, as it uses routines implemented in Java / JDemetra+3.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
xts,
zoo,
rJava,
stats,
rjd3highfreq (>= 1.0.0),
rjd3stl,
rjd3x11plus,
rmarkdown,
gt,
dygraphs
Suggests:
knitr,
tssim,
testthat,
timeDate
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr