forked from r-lib/usethis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
179 lines (171 loc) · 4.4 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
url: https://usethis.r-lib.org
development:
mode: auto
template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="usethis.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
navbar:
structure:
left: [setup, reference, articles, news]
right: [search, github]
components:
setup:
text: Setup
href: articles/usethis-setup.html
news:
releases:
- text: "Renaming the default branch (usethis >= 2.1.2)"
href: https://www.tidyverse.org/blog/2021/10/renaming-default-branch/
- text: "usethis 2.0.0"
href: https://www.tidyverse.org/blog/2020/12/usethis-2-0-0/
- text: "usethis 1.6.0"
href: https://www.tidyverse.org/blog/2020/04/usethis-1-6-0/
- text: "usethis 1.5.0 (and 1.4.0)"
href: https://www.tidyverse.org/blog/2019/04/usethis-1.5.0/
- text: "usethis 1.3.0"
href: https://www.tidyverse.org/blog/2018/02/usethis-1-3-0/
- text: "usethis 1.0.0 (and 1.1.0)"
href: https://www.tidyverse.org/blog/2017/11/usethis-1.0.0/
reference:
- title: Create
desc: >
Create a project *de novo* or from an existing source, either local or remote
contents:
- create_package
- create_from_github
- use_course
- title: Active project
desc: >
Query or set the project targeted by usethis functions that don't take a path
contents:
- starts_with("proj_", internal = TRUE)
- title: Package development
desc: >
Add or modify files typically found in R packages
contents:
- use_data
- use_package
- use_import_from
- use_r
- use_rmarkdown_template
- use_spell_check
- use_test
- use_test_helper
- use_vignette
- use_addin
- use_citation
- use_tutorial
- use_author
- title: Package setup
desc: >
Package setup tasks, typically performed once.
contents:
- create_package
- use_data_table
- use_description
- matches("license")
- use_namespace
- use_coverage
- matches("build_ignore|pipe|cpp|tibble|make")
- matches("roxygen_md|news_md|package_doc|logo")
- matches("readme")
- matches("pkgdown|badge")
- use_github_links
- use_lifecycle
- use_standalone
- use_testthat
- title: Package release
contents:
- use_cran_comments
- use_github_release
- use_release_issue
- use_revdep
- use_version
- title: Continuous integration
contents:
- use_github_action
- use_circleci
- use_gitlab_ci
- use_jenkins
- title: Tidyverse development
desc: >
Conventions used in the tidyverse and r-lib organisations
contents:
- matches("tidy")
- title: Configuration
desc: >
Configure the behaviour of R or RStudio or usethis, globally as a user or
for a specific project
contents:
- usethis_options
- ui_silence
- use_blank_slate
- use_devtools
- use_usethis
- use_reprex
- use_conflicted
- matches("edit_r")
- title: Git and GitHub
contents:
- create_from_github
- use_git
- starts_with("use_github")
- git_sitrep
- create_github_token
- gh_token_help
- git_vaccinate
- use_git_config
- use_git_ignore
- use_git_protocol
- use_git_remote
- use_git_hook
- use_code_of_conduct
- use_readme_rmd
- starts_with("git_default_branch")
- matches("browse")
- matches("edit_git_")
- matches("issue")
- title: Pull requests
contents:
- starts_with("pr_")
- title: Edit
contents:
- starts_with("edit_")
- rename_files
- title: Browse
contents:
- starts_with("browse_")
- title: Helpers
desc: >
These functions are mostly for internal use. But they are useful for
those who wish to offer usethis-like support for, e.g., workflows specific
to an organisation.
contents:
- use_template
- use_directory
- use_rmarkdown_template
- use_rstudio
- use_rstudio_preferences
- title: Deprecated functions
contents:
- git_branch_default
- use_github_actions
- use_tidy_eval
articles:
- title: Basics
navbar: ~
contents:
- articles/usethis-setup
- title: Git and GitHub
navbar: Git and GitHub
contents:
- articles/git-credentials
- articles/pr-functions
- title: Developer
desc: Articles about package internals and development experiments
contents:
- articles/ui-cli-conversion
- articles/badge-accessibility