Hadley Wickham

Results 1106 issues of Hadley Wickham

https://github.com/tidyverse/dbplyr/issues/1614

Fixes #2195 Note that something seems wrong with the permissions — claude still asks me if it's ok to edit various files and run `Rscript`. But it does `grep` and...

It's hard to imagine that we'd want to export this to our users (due to the possibility of deleting repos that might actually be needed) but maybe it's useful internally?

In my recent LLM workshop, folks had a hard time following by instructions to add environment variables to `.Renviron`. This is possible due to my poor instructions, but I think...

i.e. create `.claude/settings.json` with this: ```json { "$schema": "https://json.schemastore.org/claude-code-settings.json", "permissions": { "allow": [ "Bash(find:*)", "Bash(R:*)", "Bash(rm:*)", "Bash(air format:*)", "Edit(**)", ], "deny": [] } } ``` Rbuildignore: - `.claude/` gitignore: -...

* Automatically delete branches when their PR is merged * Don't allow merge commits

* Don't need to force RStudio project creation if in positron * Make it easier to install the dev dependencies The second bullet is the most important here — I...

e.g. ``` pr_merge_main() ✔ Pulling changes from "origin/main". Merge has resulted in merge conflict(s). ℹ There are 2 conflicted files: • R/snapshot-reporter.R • tests/testthat/test-snapshot-file.R Do you want to proceed with...

git

This makes debugging problems easier