-
Notifications
You must be signed in to change notification settings - Fork 762
Expand file tree
/
Copy path_pkgdown.yml
More file actions
68 lines (60 loc) · 1.35 KB
/
_pkgdown.yml
File metadata and controls
68 lines (60 loc) · 1.35 KB
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
url: https://devtools.r-lib.org/
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<script defer data-domain="devtools.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
params:
ganalytics: UA-115082821-1
development:
mode: auto
reference:
- title: Package development
desc: Primary commands used when developing a package.
contents:
- build
- build_manual
- build_readme
- build_site
- starts_with("check_")
- check
- document
- load_all
- spell_check
- test
- title: Package installation
contents:
- install
- uninstall
- title: Utilities
contents:
- dev_sitrep
- lint
- run_examples
- session_info
- starts_with("source_")
- save_all
- title: Deprecated
contents:
- bash
- build_rmd
- build_vignettes
- clean_vignettes
- create
- dev_mode
- install-deprecated
- install_deps
- missing_s3
- reload
- release
- show_news
- wd
- devtools-defunct
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/