-
Notifications
You must be signed in to change notification settings - Fork 49
/
_pkgdown.yml
126 lines (111 loc) · 2.78 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
url: https://tsibble.tidyverts.org
template:
bootstrap: 5
bootswatch: cosmo
params:
ganalytics: UA-83007123-4
development:
mode: auto
authors:
Earo Wang:
href: https://earo.me
Di Cook:
href: https://www.dicook.org/
Rob Hyndman:
href: https://robjhyndman.com/
Mitchell O'Hara-Wild:
href: https://blog.mitchelloharawild.com/
reference:
- title: Overview
desc: >
Describes the key components underlying a **tsibble**, or `tbl_ts`: index,
key, interval.
contents:
- tsibble-package
- title: Create/coerce and append to a tsibble
desc: >
`tsibble()` creates a `tbl_ts`; `as_tsibble()` coerces other objects to `tbl_ts`.
contents:
- tsibble
- as_tsibble
- is_tsibble
- update_tsibble
- new_data
- is_duplicated
- title: Tsibble verbs
desc: >
Verbs that manipulate data in time-based context. Inspect implicit time
gaps with `has_gaps()`, `scan_gaps()`, `count_gaps()` and `fill_gaps()`.
`filter_index()` is a shorthand for filtering time index. `index_by()` and
`group_by_key()` create a grouped tsibble, or `grouped_ts`, but how the data
looks remains unchanged. Both requires to work with other `tidyverse` verbs.
contents:
- has_gaps
- scan_gaps
- count_gaps
- fill_gaps
- index_by
- group_by_key
- filter_index
- title: Tidyverse methods
desc: >
Dplyr and tidyr verbs that support manipulating and reshaping `tbl_ts` in
time-based context.
contents:
- tsibble-tidyverse
- title: Vector operations
contents:
- difference
- title: Index classes
desc: >
New S3 classes to represent year-week, year-month, and year-quarter.
contents:
- starts_with("year")
- starts_with("make_year")
- time_in
- guess_frequency
- starts_with("scale")
- title: Calendar
contents:
- holiday_aus
- title: Metadata
contents:
- key
- key_data
- index
- measures
- interval
- title: Extend tsibble
desc: >
Add **tsibble** support for custom index classes with `index_valid()` &
`interval_pull()`. `build_tsibble()` provides low-level construction for
tsibble. Create a subclass of the tsibble with `new_tsibble()`.
contents:
- index_valid
- interval_pull
- new_interval
- new_tsibble
- build_tsibble
- title: Coerce to other objects
contents:
- as.ts.tbl_ts
- as_tibble.tbl_ts
- title: Data
contents:
- pedestrian
- tourism
navbar:
type: default
left:
- text: Reference
href: reference/index.html
- text: Vignettes
menu:
- text: Introduction to tsibble
href: articles/intro-tsibble.html
- text: Handle implicit missingess with tsibble
href: articles/implicit-na.html
- text: FAQ
href: articles/faq.html
- text: News
href: news/index.html