forked from tidyverse/lubridate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
130 lines (113 loc) · 1.99 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
url: http://lubridate.tidyverse.org
template:
package: tidytemplate
home:
strip_header: true
links:
- text: Learn more
href: http://r4ds.had.co.nz/dates-and-times.html
reference:
- title: Date/time parsing
contents:
- ymd
- ymd_hms
- hms
- parse_date_time
- guess_formats
- title: Setting, getting, and rounding
contents:
- year
- quarter
- month
- week
- wday
- hour
- minute
- second
- tz
- title: Date-time helpers
contents:
- make_datetime
- make_date
- date
- is.instant
- is.Date
- is.POSIXt
- now
- today
- origin
- decimal_date
- is.Date
- as_date
- title: Durations
desc: >
A 'duration' is a timespan measured in seconds.
contents:
- duration
- is.difftime
- make_difftime
- as.duration
- Duration-class
- title: Periods
desc: >
A 'period' is a timespan defined in civil time (human) units like years,
months, and days.
contents:
- period
- period_to_seconds
- as.period
- Period-class
- title: Intervals
desc: >
An `interval` is a timespan defined by two date-times.
contents:
- interval
- as.interval
- "`%within%`"
- Interval-class
- title: Timespans
desc: >
Timespans are the generic concept that underlies durations, periods,
and intervals.
contents:
- timespan
- time_length
- is.timespan
- title: Other modification functions
contents:
- DateTimeUpdate
- fit_to_timeline
- with_tz
- force_tz
- round_date
- pretty_dates
- rollback
- "`%m+%`"
- local_time
- title: Other date-time components
contents:
- am
- days_in_month
- dst
- leap_year
- stamp
- date_decimal
- title: Data
contents:
- lakers
navbar:
title: ~
type: default
left:
- text: Reference
href: reference/index.html
- text: Intro
href: articles/lubridate.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/tidyverse/lubridate
authors:
"Vitalie Spinu":
href: http://vitalie.spinu.info