-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
61 lines (57 loc) · 1.05 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
url: https://ellisvalentiner.github.com/lubridateExtras
template:
params:
bootswatch: lumen
home:
strip_header: true
navbar:
type: default
left:
- text: Intro
href: articles/intro.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/ellisvalentiner/lubridateExtras
reference:
- title: Extract HMS
contents:
- hms
- title: Rounding Functions
contents:
- ceiling_decade
- ceiling_hms
- floor_decade
- floor_hms
- round_hms
- title: Relative functions
contents:
- yesterday
- tomorrow
- days_ago
- days_hence
- decades_ago
- decades_hence
- hours_ago
- hours_hence
- is_weekday
- is_weekend
- last_month
- last_week
- minutes_ago
- minutes_hence
- months_ago
- months_hence
- next_month
- next_week
- seconds_ago
- seconds_hence
- this_month
- this_week
- weeks_ago
- weeks_hence
- years_ago
- years_hence