Skip to content

Commit b067604

Browse files
committed
chore: update package helper
1 parent 1236d1f commit b067604

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Rscript -e "devtools::check()"
5959
## Core dependencies
6060
* Use `checkmate` for arg-checks
6161
* Use `data.table` for efficient table structures
62-
* For OOP-stype use `R6`
62+
* For OOP-style use `R6`
6363
* Use `cli` to format messages, warnings, errors and prints
6464

6565
## Testing
@@ -106,7 +106,7 @@ Rscript -e "devtools::check()"
106106

107107
## Natural Language
108108

109-
- The following applies to all natural language text, so docs, commments, NEWS, etc, but not code
109+
- The following applies to all natural language text, so docs, comments, NEWS, etc, but not code
110110
- Use American english
111111
- Use the Oxford comma
112112
- Do not capitalize normal nouns or method names. "Bayesian" is capitalized, "random forest" is not.

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"*.rda", // R binary data
1111
"*.Rds", // R binary data
1212
"*.lock", // lockfiles
13+
"attic/", // scrap code, not part of the package
1314
"man/", // generated man pages
1415
"renv/" // renv library
1516
],

0 commit comments

Comments
 (0)