You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ air format .
33
33
34
34
### Coding
35
35
36
-
* Always run `air format .` after generating code
36
+
* Always run air format . after generating code. If the binary of air is not on the PATH, you can probably find it inside the Air extension used by Positron, e.g. something like ~/.positron/extensions/posit.air-vscode-X.Y.Z/bundled/bin/air.
37
37
* Use the base pipe operator (`|>`) not the magrittr pipe (`%>%`)
38
38
* Don't use `_$x` or `_$[["x"]]` since this package must work on R 4.1.
39
39
* Use `\() ...` for single-line anonymous functions. For all other cases, use `function() {...}`
0 commit comments