Skip to content
Open
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
7 changes: 7 additions & 0 deletions inst/claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Rscript -e "pkgdown::check_pkgdown()"
# To check the package with R CMD check
Rscript -e "devtools::check()"

# To retrieve details for a reverse dependency (revdep) failure
Rscript -e "revdepcheck::cloud_details(, "{package}")`"

# To format code
air format .
```
Expand Down Expand Up @@ -65,6 +68,10 @@ air format .
- If the change is related to a function, put the name of the function early in the bullet.
- Order bullets alphabetically by function name. Put all bullets that don't mention function names at the beginning.

### Revdep checks

Prior to submitting to CRAN we use the revdepcheck package to test every reverse dependency with the current version of the code. The results of this process are summarised in `revdep/README.md` with more details in `revdep/problems.md`.

### GitHub

- If you use `gh` to retrieve information about an issue, always use `--comments` to read all the comments.
Expand Down