Skip to content

Commit 6e3a28e

Browse files
Include supported-by-posit script (#2194)
1 parent 6b655ec commit 6e3a28e

File tree

1 file changed

+125
-124
lines changed

1 file changed

+125
-124
lines changed

_pkgdown.yml

Lines changed: 125 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ template:
88
package: tidytemplate
99
includes:
1010
in_header: |
11+
<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>
1112
<script defer data-domain="usethis.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
1213
1314
navbar:
@@ -35,133 +36,133 @@ news:
3536
href: https://www.tidyverse.org/blog/2017/11/usethis-1.0.0/
3637

3738
reference:
38-
- title: Create
39-
desc: >
40-
Create a project *de novo* or from an existing source, either local or remote
41-
contents:
42-
- create_package
43-
- create_from_github
44-
- use_course
45-
- title: Active project
46-
desc: >
47-
Query or set the project targeted by usethis functions that don't take a path
48-
contents:
49-
- starts_with("proj_", internal = TRUE)
50-
- title: Package development
51-
desc: >
52-
Add or modify files typically found in R packages
53-
contents:
54-
- use_data
55-
- use_package
56-
- use_import_from
57-
- use_r
58-
- use_rmarkdown_template
59-
- use_spell_check
60-
- use_test
61-
- use_test_helper
62-
- use_vignette
63-
- use_addin
64-
- use_citation
65-
- use_tutorial
66-
- use_author
67-
- title: Package setup
68-
desc: >
69-
Package setup tasks, typically performed once.
70-
contents:
71-
- create_package
72-
- use_data_table
73-
- use_description
74-
- matches("license")
75-
- use_namespace
76-
- use_coverage
77-
- matches("build_ignore|pipe|cpp|tibble|make")
78-
- matches("roxygen_md|news_md|package_doc|logo")
79-
- matches("readme")
80-
- matches("pkgdown|badge")
81-
- use_github_links
82-
- use_lifecycle
83-
- use_standalone
84-
- use_testthat
85-
- use_air
86-
- title: Package release
87-
contents:
88-
- use_cran_comments
89-
- use_github_release
90-
- use_release_issue
91-
- use_revdep
92-
- use_version
93-
- title: Continuous integration
94-
contents:
95-
- use_github_action
96-
- use_circleci
97-
- use_gitlab_ci
98-
- use_jenkins
99-
- title: Tidyverse development
100-
desc: >
101-
Conventions used in the tidyverse and r-lib organisations
102-
contents:
103-
- matches("tidy")
104-
- title: Configuration
105-
desc: >
106-
Configure the behaviour of R or RStudio or usethis, globally as a user or
107-
for a specific project
108-
contents:
109-
- usethis_options
110-
- ui_silence
111-
- use_blank_slate
112-
- use_devtools
113-
- use_usethis
114-
- use_reprex
115-
- use_conflicted
116-
- matches("edit_r")
117-
- title: Git and GitHub
118-
contents:
119-
- create_from_github
120-
- use_git
121-
- starts_with("use_github")
122-
- git_sitrep
123-
- create_github_token
124-
- gh_token_help
125-
- git_vaccinate
126-
- use_git_config
127-
- use_git_ignore
128-
- use_git_protocol
129-
- use_git_remote
130-
- use_git_hook
131-
- use_code_of_conduct
132-
- use_readme_rmd
133-
- starts_with("git_default_branch")
134-
- matches("browse")
135-
- matches("edit_git_")
136-
- matches("issue")
137-
- title: Pull requests
138-
contents:
139-
- starts_with("pr_")
140-
- title: Edit
141-
contents:
142-
- starts_with("edit_")
143-
- rename_files
144-
- title: Browse
145-
contents:
146-
- starts_with("browse_")
147-
- title: Helpers
148-
desc: >
149-
These functions are mostly for internal use. But they are useful for
150-
those who wish to offer usethis-like support for, e.g., workflows specific
151-
to an organisation.
152-
contents:
153-
- use_template
154-
- use_directory
155-
- use_rmarkdown_template
156-
- use_rstudio
157-
- use_rstudio_preferences
158-
- title: Deprecated functions
159-
contents:
160-
- use_tidy_style
39+
- title: Create
40+
desc: >
41+
Create a project *de novo* or from an existing source, either local or remote
42+
contents:
43+
- create_package
44+
- create_from_github
45+
- use_course
46+
- title: Active project
47+
desc: >
48+
Query or set the project targeted by usethis functions that don't take a path
49+
contents:
50+
- starts_with("proj_", internal = TRUE)
51+
- title: Package development
52+
desc: >
53+
Add or modify files typically found in R packages
54+
contents:
55+
- use_data
56+
- use_package
57+
- use_import_from
58+
- use_r
59+
- use_rmarkdown_template
60+
- use_spell_check
61+
- use_test
62+
- use_test_helper
63+
- use_vignette
64+
- use_addin
65+
- use_citation
66+
- use_tutorial
67+
- use_author
68+
- title: Package setup
69+
desc: >
70+
Package setup tasks, typically performed once.
71+
contents:
72+
- create_package
73+
- use_data_table
74+
- use_description
75+
- matches("license")
76+
- use_namespace
77+
- use_coverage
78+
- matches("build_ignore|pipe|cpp|tibble|make")
79+
- matches("roxygen_md|news_md|package_doc|logo")
80+
- matches("readme")
81+
- matches("pkgdown|badge")
82+
- use_github_links
83+
- use_lifecycle
84+
- use_standalone
85+
- use_testthat
86+
- use_air
87+
- title: Package release
88+
contents:
89+
- use_cran_comments
90+
- use_github_release
91+
- use_release_issue
92+
- use_revdep
93+
- use_version
94+
- title: Continuous integration
95+
contents:
96+
- use_github_action
97+
- use_circleci
98+
- use_gitlab_ci
99+
- use_jenkins
100+
- title: Tidyverse development
101+
desc: >
102+
Conventions used in the tidyverse and r-lib organisations
103+
contents:
104+
- matches("tidy")
105+
- title: Configuration
106+
desc: >
107+
Configure the behaviour of R or RStudio or usethis, globally as a user or
108+
for a specific project
109+
contents:
110+
- usethis_options
111+
- ui_silence
112+
- use_blank_slate
113+
- use_devtools
114+
- use_usethis
115+
- use_reprex
116+
- use_conflicted
117+
- matches("edit_r")
118+
- title: Git and GitHub
119+
contents:
120+
- create_from_github
121+
- use_git
122+
- starts_with("use_github")
123+
- git_sitrep
124+
- create_github_token
125+
- gh_token_help
126+
- git_vaccinate
127+
- use_git_config
128+
- use_git_ignore
129+
- use_git_protocol
130+
- use_git_remote
131+
- use_git_hook
132+
- use_code_of_conduct
133+
- use_readme_rmd
134+
- starts_with("git_default_branch")
135+
- matches("browse")
136+
- matches("edit_git_")
137+
- matches("issue")
138+
- title: Pull requests
139+
contents:
140+
- starts_with("pr_")
141+
- title: Edit
142+
contents:
143+
- starts_with("edit_")
144+
- rename_files
145+
- title: Browse
146+
contents:
147+
- starts_with("browse_")
148+
- title: Helpers
149+
desc: >
150+
These functions are mostly for internal use. But they are useful for
151+
those who wish to offer usethis-like support for, e.g., workflows specific
152+
to an organisation.
153+
contents:
154+
- use_template
155+
- use_directory
156+
- use_rmarkdown_template
157+
- use_rstudio
158+
- use_rstudio_preferences
159+
- title: Deprecated functions
160+
contents:
161+
- use_tidy_style
161162

162163
articles:
163164
- title: Basics
164-
navbar: ~
165+
navbar:
165166
contents:
166167
- articles/usethis-setup
167168

0 commit comments

Comments
 (0)