1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-28 00:20:04 +01:00
Files
AMR/.Rbuildignore
Matthijs Berends 2c21eba04c add CLAUDE.md with project context for Claude Code (#261)
* add CLAUDE.md with project context for Claude Code

Provides development commands, architecture overview, file conventions,
custom S3 classes, data files, testing setup, and versioning guidelines
to help Claude Code assist effectively in this repository.

https://claude.ai/code/session_01L3fTxqsg3Gc6J1znpWN1Mx

* add CLAUDE.md to .Rbuildignore

Excludes the Claude Code context file from the R package build tarball.

https://claude.ai/code/session_01L3fTxqsg3Gc6J1znpWN1Mx

* document version-bump requirement for every PR in CLAUDE.md

Each PR must increment the .9zzz dev counter by 1 in both
DESCRIPTION (Version: field) and NEWS.md (top-level heading).

https://claude.ai/code/session_01L3fTxqsg3Gc6J1znpWN1Mx

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-27 17:13:11 +01:00

45 lines
751 B
Plaintext
Executable File

^.*\.RData$
^.*\.Rproj$
^\.Renviron$
^\.Rprofile$
^\.Rproj\.user$
^\.travis\.yml$
^\.zenodo\.json$
^_noinclude$
^_pkgdown\.yml$
^appveyor\.yml$
^codecov\.yml$
^CLAUDE\.md$
^cran-comments\.md$
^CRAN-RELEASE$
^\.github$
^doc$
^docs$
^git_.*\.sh$
^index\.md$
^index\.Rmd$
^installed_deps$
^Meta$
^pkgdown$
^public$
^data-raw$
^\.lintr$
^tests/testthat/_snaps$
^vignettes/AMR\.Rmd$
^vignettes/AMR_intro\.png$
^vignettes/AMR_with_tidymodels\.Rmd$
^vignettes/benchmarks\.Rmd$
^vignettes/benchmarks\.Rmd\.not$
^vignettes/datasets\.Rmd$
^vignettes/EUCAST\.Rmd$
^vignettes/MDR\.Rmd$
^vignettes/PCA\.Rmd$
^vignettes/resistance_predict\.Rmd$
^vignettes/WHONET\.Rmd$
^vignettes/WISCA\.Rmd$
^logo.svg$
^CRAN-SUBMISSION$
^PythonPackage$
^README\.Rmd$
\.no_include$