forked from infotroph/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
63 lines (61 loc) · 1.3 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
template:
params:
ganalytics: UA-115082821-1
reference:
- title: Package Development
description: Primary commands used when developing a package.
contents:
- build
- starts_with("check_")
- starts_with("build_")
- document
- check
- create
- load_all
- starts_with("package")
- ends_with("package")
- reload
- release
- revdep
- test
- spell_check
- title: Package Installation
contents:
- starts_with("install")
- uninstall
- title: Utilities
contents:
- bash
- clean_vignettes
- dev_mode
- dev_sitrep
- github_pull
- lint
- missing_s3
- run_examples
- session_info
- show_news
- starts_with("source_")
- update_packages
- wd
- save_all
navbar:
title: ~
type: default
left:
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Remote development dependencies
href: articles/dependencies.html
- text: News
menu:
- text: "Release notes"
- text: "Version 2.2.1"
href: https://www.tidyverse.org/articles/2019/09/devtools-2-2-1/
- text: "Version 2.0.0"
href: https://www.tidyverse.org/articles/2018/10/devtools-2-0-0/
- text: "------------------"
- text: "Change log"
href: news/index.html