We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1d904 commit 1942b33Copy full SHA for 1942b33
AGENTS.md
@@ -37,9 +37,10 @@ pak::pak(dependencies = "Config/Needs/build")
37
38
- Load package for development: `pkgload::load_all()`
39
- Run tests: `testthat::test_local(reporter = "check")`
40
+- Run tests for a single file `test-foo.R`: `testthat::test_local(filter = "foo", reporter = "check")`
41
- Build package: `devtools::build()`
42
- Check package: `devtools::check()`
-- Update documentation: `devtools::document()`
43
+- Update `.Rd` documentation: `devtools::document()`
44
- Format code: `air format .`
45
46
## Code Style and Documentation
0 commit comments