-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 909 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
Package: sjx
Title: Comparison Of Seasonal Adjustment Methods On ABS Data
Version: 0.1
Authors@R:
person("A", "Russo", , "a.s.russo@outlook.com", role = c("aut", "cre"))
Description: This package contains functions to download and clean time
series data from the Australian Bureau of Statistics (ABS) and compare
the outputs from the seasonal adjustment and trend methods of
JDemetra+ and X-13ARIMA-SEATS against those published by the ABS
(which uses SEASABS).
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
dplyr,
ggplot2,
httr,
janitor,
lubridate,
readxl,
reshape2,
RJDemetra,
rlang,
scales,
seasonal,
stats,
stringr,
utils,
zoo
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Config/fusen/version: 0.5.2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3