-
Notifications
You must be signed in to change notification settings - Fork 207
/
_pkgdown.yml
131 lines (113 loc) · 2.18 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
url: https://lubridate.tidyverse.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="lubridate.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
home:
links:
- text: Learn more
href: https://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:
- as_date
- cyclic_encoding
- date
- decimal_date
- is.Date
- is.POSIXt
- is.instant
- make_date
- make_datetime
- now
- origin
- today
- 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: Formatters
contents:
- stamp
- format_ISO8601
- 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
- date_decimal
- title: Data
contents:
- lakers
news:
releases:
- text: Version 1.7.0
href: https://www.tidyverse.org/blog/2017/11/lubridate-1.7.0/
- text: Version 1.6.0
href: https://www.rstudio.com/blog/lubridate-1-6-0/
- text: Version 1.2.0
href: https://www.rstudio.com/blog/lubridate-1-2-0-now-on-cran/