forked from r-lib/usethis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
172 lines (168 loc) · 4.42 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
url: https://usethis.r-lib.org
authors:
Jennifer Bryan:
href: https://jennybryan.org
template:
params:
docsearch:
api_key: f67d4c46004acc8326e8d95f296a680e
index_name: usethis
ganalytics: UA-115082821-1
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Setup
href: articles/articles/usethis-setup.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Managing Git(Hub) Credentials
href: articles/articles/git-credentials.html
- text: Pull request helpers
href: articles/articles/pr-functions.html
- text: News
menu:
- text: "Blog posts"
- 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/
- text: "------------------"
- text: "Change log"
href: news/index.html
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_vignette
- use_addin
- use_citation
- use_tutorial
- 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_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_appveyor
- use_circleci
- use_gitlab_ci
- use_jenkins
- use_travis
- 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, globally as a user or
for a specific project
contents:
- 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
- git_branch_default
- 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
- title: Defunct and deprecated functions
desc: >
<a href="https://lifecycle.r-lib.org/articles/lifecycle.html">
<img src='figures/lifecycle-defunct.svg' alt='Defunct lifecycle'/>
</a>
<a href="https://lifecycle.r-lib.org/articles/lifecycle.html">
<img src='figures/lifecycle-deprecated.svg' alt='Deprecated lifecycle'/>
</a>
contents:
- git_credentials
- usethis-defunct