Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg-r/R/run-r.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ tool_run_r <- function(private) {
},
"\n\nRules:",
"\n- Work incrementally: each call should do one small, well-defined task.",
"\n- Prefer tidyverse style: put separate expressions on separate lines",
"and wrap long calls for readability.",
"\n- Create at most one figure per call and return it implicitly rather",
"than saving it.",
"\n- Do not use this tool to talk to the user; explanations belong in your reply.",
Expand Down
Loading