Skip to content

Commit 4999f9a

Browse files
committed
Add pkgdown reference index
1 parent 921dc19 commit 4999f9a

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

TODO.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [x] Use GitHub Actions
1414
- [x] Disable tic
1515
- [x] Disable Travis CI and AppVeyor
16+
- [x] Consider open pull requests
1617
- [x] Tweak README
1718

1819
- use `downlit::readme_document` and `load_all()` if possible
@@ -22,13 +23,12 @@
2223
- [x] `styler::style_pkg()`
2324
- [x] Remove `Collate:`
2425
- [x] `usethis::use_lifecycle_badge()`
25-
- [ ] `usethis::use_lifecycle()`
26-
- [ ] Add pkgdown reference index
26+
- [x] `usethis::use_lifecycle()`
27+
- [x] Add pkgdown reference index
2728
- [ ] Adapt tests to testthat 3e
28-
- [ ] Import rlang where appropriate
29-
- [x] Consider open pull requests
29+
- [x] Import rlang where appropriate
3030
- [x] Close open issues
31-
- [ ] Deprecate functions that have moved somewhere else
32-
- [ ] Synchronize with own downstream packages
31+
- [x] Deprecate functions that have moved somewhere else
32+
- [x] Avoid `iris`
33+
- [x] Synchronize with own downstream packages
3334
- [ ] Release to CRAN
34-

_pkgdown.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
url: https://rprojroot.r-lib.org/
22

3+
reference:
4+
- title: Finding the root
5+
contents:
6+
- find_root
7+
- find_root_file
8+
- title: Criteria
9+
contents:
10+
- criteria
11+
- root_criterion
12+
- title: Package documentation
13+
contents:
14+
- '`rprojroot-package`'
15+
316
development:
417
mode: auto
518

0 commit comments

Comments
 (0)