2 Matching Annotations
  1. Dec 2025
    1. If you’re working in an R package, make sure to include the copilot_logs folder in your .Rbuildignore file to prevent it from being included in the package build. You can do it by executing usethis::use_build_ignore("copilot_logs") or by manually adding the line ^copilot_logs/$ to the .Rbuildignore file.

      This should be highlighted in a call out box or something because it is critical for anyone developing an R package.