forked from business-science/timetk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
71 lines (66 loc) · 1.98 KB
/
_pkgdown.yml
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
59
60
61
62
63
64
65
66
67
68
69
template:
params:
bootswatch: flatly
ganalytics: UA-76139189-1
navbar:
title: "timetk"
left:
- text: "Home"
href: index.html
- text: "Function Reference"
href: reference/index.html
- text: "Vignettes"
href: articles/index.html
menu:
- text: "Time series coercion"
href: articles/TK00_Time_Series_Coercion.html
- text: "Time series index"
href: articles/TK01_Working_With_Time_Series_Index.html
- text: "Creating future time series indices"
href: articles/TK02_Making_A_Future_Time_Series_Index.html
- text: "Forecasting with timetk"
href: articles/TK03_Forecasting_Using_Time_Series_Signature.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/business-science/timetk
reference:
- title: Future series
desc: __Functions for creating future time series from existing time series allowing for holidays, weekends, and regularly skipped days to be removed.__
contents:
- starts_with("tk_make")
- title: Coercion
desc: __Functions for moving between common time series formats.__
contents:
- "tk_tbl"
- "tk_ts"
- "tk_ts_"
- "tk_xts"
- "tk_xts_"
- "tk_zoo"
- "tk_zoo_"
- "tk_zooreg"
- "tk_zooreg_"
- title: Index
desc: __Functions for extracting or checking for a timetk index.__
contents:
- starts_with("tk_index")
- starts_with("has_timetk_idx")
- title: Augment
desc: __Add a time series signature to the original data.__
contents:
- starts_with("tk_augment")
- title: Getters
desc: __Functions for getting variables, frequencies, and signatures from time series.__
contents:
- starts_with("tk_get")
- title: Internal
desc: __Internal functions used in timetk.__
contents:
- starts_with("tk_ts_.")
- starts_with("tk_zooreg_.")
- title: Timetk
desc: __Package level information.__
contents:
- "timetk"