forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
48 lines (45 loc) · 955 Bytes
/
_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
url: https://devtools.r-lib.org/
template:
params:
ganalytics: UA-115082821-1
reference:
- title: Package Development
desc: Primary commands used when developing a package.
contents:
- build
- starts_with("build_")
- starts_with("check_")
- check
- create
- document
- load_all
- reload
- release
- spell_check
- test
- 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
news:
releases:
- 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/