-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,3 +147,5 @@ Meta | |
/Meta/ | ||
inst/doc | ||
docs | ||
.aider* | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Instructions | ||
|
||
Fix the below github issue. Notes: | ||
|
||
- Use modern best practices for R. | ||
- Do not use the tidyverse. | ||
- Write clean-lint free code that conforms to all the rules in lintr. | ||
- Make minimal, surgical changes. | ||
- Write self-documenting code that doesn't need many comments. | ||
- Use roxygen2 if you write new functions. | ||
- Add unit tests for new functions. | ||
- Add tests cases for bugs you fix or new functionality you add. | ||
- Don't ask for help: I can't help you. Make do with the information provided. | ||
- Feel free to load any files to chat you need to read | ||
- Use the repo map to your advantage | ||
- Also feel free to unload files | ||
|
||
Think carefully, step-by-step, and plan your work before doing it. |