Skip to content

Commit 1942b33

Browse files
committed
docs: More instructions [ci skip]
1 parent fe1d904 commit 1942b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ pak::pak(dependencies = "Config/Needs/build")
3737

3838
- Load package for development: `pkgload::load_all()`
3939
- Run tests: `testthat::test_local(reporter = "check")`
40+
- Run tests for a single file `test-foo.R`: `testthat::test_local(filter = "foo", reporter = "check")`
4041
- Build package: `devtools::build()`
4142
- Check package: `devtools::check()`
42-
- Update documentation: `devtools::document()`
43+
- Update `.Rd` documentation: `devtools::document()`
4344
- Format code: `air format .`
4445

4546
## Code Style and Documentation

0 commit comments

Comments
 (0)