-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
67 lines (66 loc) · 1.39 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
url: https://jabenninghoff.github.io/rdev/
template:
bootstrap: 5
light-switch: true
reference:
- title: Release Automation
desc: >
Stage and create GitHub releases, including GitHub pages
contents:
- build_analysis_site
- build_quarto_site
- build_rdev_site
- new_branch
- stage_release
- merge_release
- get_release
- to_document
- rmd_metadata
- unfreeze
- title: Continuous Integration
desc: >
Local continuous integration checks and dependency management
contents:
- check_renv
- style_all
- lint_all
- ci
- title: Package Setup
desc: >
Package setup tasks, typically performed once
contents:
- quickstart
- create_github_repo
- get_license
- use_analysis_package
- use_codecov
- use_lintr
- use_package_r
- use_rdev_package
- use_rdev_pkgdown
- use_rprofile
- use_spelling
- use_todo
- init
- setup_analysis
- setup_rdev
- title: Utilities
desc: >
Utilities and test helpers
contents:
- open_files
- sort_file
- sort_rbuildignore
- spell_check_notebooks
- update_wordlist_notebooks
- local_temppkg
- missing_deps
- extra_deps
- urlchecker-reexports
- html_url_check
- package_downloads
- title: rdev Package
desc: >
rdev package documentation
contents:
- rdev-package