-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
32 lines (31 loc) · 1005 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(create_rmd,SA)
S3method(create_rmd,jSA)
S3method(create_rmd,multiprocessing)
S3method(create_rmd,sa_item)
S3method(create_rmd,workspace)
S3method(print_decomposition,SA)
S3method(print_decomposition,decomposition_SEATS)
S3method(print_decomposition,decomposition_X11)
S3method(print_decomposition,diagnostics)
S3method(print_decomposition,jSA)
S3method(print_diagnostics,SA)
S3method(print_diagnostics,jSA)
S3method(print_diagnostics,regarima)
S3method(print_preprocessing,SA)
S3method(print_preprocessing,jSA)
S3method(print_preprocessing,regarima)
export(create_rmd)
export(print_decomposition)
export(print_diagnostics)
export(print_preprocessing)
importFrom(RJDemetra,get_name)
importFrom(RJDemetra,get_object)
importFrom(graphics,plot)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,footnote)
importFrom(kableExtra,kable_styling)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(stats,printCoefmat)
importFrom(stats,time)