-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
263 lines (248 loc) · 5.88 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
url: https://clock.r-lib.org
template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="clock.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: High Level API
desc: This section contains the high level API for R's native date and
date-time types (Date, POSIXct, and POSIXlt). For most clock users, these
are the only functions you'll need.
- subtitle: Construction
contents:
- date_build
- date_time_build
- date-today
- subtitle: Manipulation
contents:
- date_group
- date_count_between
- date-and-date-time-boundary
- date-and-date-time-rounding
- date-and-date-time-shifting
- date_seq
- date_spanning_seq
- date_weekday_factor
- date_month_factor
- date_leap_year
- date-time-zone
- date_time_info
- subtitle: Getters and setters
contents:
- get_year.Date
- get_year.POSIXt
- set_year.Date
- set_year.POSIXt
- subtitle: Parsing and formatting
contents:
- date_format
- date_parse
- date-time-parse
- subtitle: Arithmetic
contents:
- Date-arithmetic
- posixt-arithmetic
- subtitle: Conversion
contents:
- as_date
- as_date_time
- title: Calendars
desc: This section contains the overarching `calendar_*()` API that applies to
all calendars. See the subsections for details about a specific calendar.
contents:
- calendar_group
- calendar_count_between
- calendar-boundary
- calendar_narrow
- calendar_widen
- calendar_spanning_seq
- calendar_precision
- calendar_leap_year
- calendar_month_factor
- subtitle: Year-month-day
contents:
- year_month_day
- as_year_month_day
- is_year_month_day
- year_month_day_parse
- calendar_group.clock_year_month_day
- year-month-day-count-between
- year-month-day-boundary
- year-month-day-narrow
- year-month-day-widen
- seq.clock_year_month_day
- add_years.clock_year_month_day
- get_year.clock_year_month_day
- set_year.clock_year_month_day
- subtitle: Year-month-weekday
contents:
- year_month_weekday
- as_year_month_weekday
- is_year_month_weekday
- calendar_group.clock_year_month_weekday
- year-month-weekday-count-between
- year-month-weekday-boundary
- year-month-weekday-narrow
- year-month-weekday-widen
- seq.clock_year_month_weekday
- add_years.clock_year_month_weekday
- get_year.clock_year_month_weekday
- set_year.clock_year_month_weekday
- subtitle: Year-week-day
contents:
- year_week_day
- as_year_week_day
- is_year_week_day
- calendar_group.clock_year_week_day
- year-week-day-count-between
- year-week-day-boundary
- year-week-day-narrow
- year-week-day-widen
- seq.clock_year_week_day
- add_years.clock_year_week_day
- get_year.clock_year_week_day
- set_year.clock_year_week_day
- subtitle: ISO-year-week-day
contents:
- iso_year_week_day
- as_iso_year_week_day
- is_iso_year_week_day
- calendar_group.clock_iso_year_week_day
- iso-year-week-day-count-between
- iso-year-week-day-boundary
- iso-year-week-day-narrow
- iso-year-week-day-widen
- seq.clock_iso_year_week_day
- add_years.clock_iso_year_week_day
- get_year.clock_iso_year_week_day
- set_year.clock_iso_year_week_day
- subtitle: Year-quarter-day
contents:
- year_quarter_day
- as_year_quarter_day
- is_year_quarter_day
- calendar_group.clock_year_quarter_day
- year-quarter-day-count-between
- year-quarter-day-boundary
- year-quarter-day-narrow
- year-quarter-day-widen
- seq.clock_year_quarter_day
- add_years.clock_year_quarter_day
- get_year.clock_year_quarter_day
- set_year.clock_year_quarter_day
- subtitle: Year-day
contents:
- year_day
- as_year_day
- is_year_day
- calendar_group.clock_year_day
- year-day-count-between
- year-day-boundary
- year-day-narrow
- year-day-widen
- seq.clock_year_day
- add_years.clock_year_day
- get_year.clock_year_day
- set_year.clock_year_day
- title: Invalid dates
contents:
- invalid_resolve
- title: Durations
contents:
- duration_years
- as_duration
- is_duration
- duration_cast
- duration-rounding
- duration_precision
- duration_spanning_seq
- seq.clock_duration
- duration-arithmetic
- title: Time points
- subtitle: Manipulation
contents:
- time_point_cast
- time_point_count_between
- time-point-rounding
- time_point_shift
- time_point_precision
- time_point_spanning_seq
- seq.clock_time_point
- add_weeks.clock_time_point
- subtitle: Sys-time
contents:
- as_sys_time
- is_sys_time
- sys-parsing
- sys_time_info
- sys_time_now
- as-zoned-time-sys-time
- subtitle: Naive-time
contents:
- as_naive_time
- is_naive_time
- naive_time_parse
- naive_time_info
- as-zoned-time-naive-time
- title: Zoned-time
contents:
- as_zoned_time
- is_zoned_time
- zoned-parsing
- zoned_time_now
- zoned_time_zone
- zoned_time_precision
- zoned_time_info
- format.clock_zoned_time
- title: Weekdays
contents:
- weekday
- as_weekday
- is_weekday
- weekday_code
- weekday_factor
- weekday-arithmetic
- title: Locale
contents:
- clock_locale
- clock_labels
- title: Codes
contents:
- clock-codes
- title: Developer
contents:
- vec_arith.clock_year_month_day
- title: Generics and methods
desc: This section contains documentation about generics and methods that is
already exposed elsewhere on this reference page.
contents:
- add_years
- get_year
- set_year
- date-group
- posixt-group
- date-count-between
- posixt-count-between
- date-boundary
- posixt-boundary
- date-formatting
- posixt-formatting
- date-rounding
- posixt-rounding
- date-shifting
- posixt-shifting
- date-sequence
- posixt-sequence
- as-zoned-time-Date
- as-zoned-time-posixt
- title: Reexports
contents:
- reexports
news:
releases:
- text: "Version 0.1.0"
href: https://www.tidyverse.org/blog/2021/03/clock-0-1-0/