We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d52b0 commit 5f2b522Copy full SHA for 5f2b522
1 file changed
AGENTS.md
@@ -1,6 +1,8 @@
1
## This package
2
3
-<!-- Insert package-specific content here. use_tidy_agents() will preserve this section when updating the rest of the file. -->
+* Use `:=` with `new_class()` and `new_generic()`, i.e. `foo := new_class(...)` instead of `foo <- new_class("foo", ...)`.
4
+* Use `defer()` instead of `on.exit()`.
5
+* For tests, only use `test_that()`, not `describe()`/`it()`
6
7
## Package development
8
0 commit comments