-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 859 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 859 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(components,FASSTER)
S3method(fitted,FASSTER)
S3method(forecast,FASSTER)
S3method(format,FASSTER)
S3method(glance,FASSTER)
S3method(interpolate,FASSTER)
S3method(model_sum,FASSTER)
S3method(refit,FASSTER)
S3method(report,FASSTER)
S3method(residuals,FASSTER)
S3method(stream,FASSTER)
S3method(tidy,FASSTER)
export(FASSTER)
export(fasster)
import(dlm)
import(fabletools)
import(rlang)
import(stats, except = c(simulate, filter, lag))
import(tsibble)
importFrom(dlm,dlmSmooth)
importFrom(dlm,dlmSvd2var)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfc)
importFrom(purrr,reduce)
importFrom(rlang,as_quosure)
importFrom(rlang,sym)
importFrom(utils,tail)