Skip to content

add claudemd#136

Open
roninsightrx wants to merge 4 commits into
masterfrom
claude-md
Open

add claudemd#136
roninsightrx wants to merge 4 commits into
masterfrom
claude-md

Conversation

@roninsightrx

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a CLAUDE.md guide intended to help Claude Code work effectively in the PKPDsim repository by documenting common dev commands, high-level architecture, key files, CI, and dependencies.

Changes:

  • Introduces CLAUDE.md with development commands and repository architecture notes.
  • Documents the R/C++ simulation pipeline, model formats, variability modeling, and CI workflows.
  • Summarizes core dependencies and testing guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CLAUDE.md Outdated
Comment on lines +11 to +16
```bash
# Load package for interactive development
devtools::load_all()

# Run all tests
devtools::test()

Copilot AI Mar 31, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fenced code block is labeled as bash, but it contains R expressions (e.g., devtools::load_all(), devtools::test()). Using r/R (or leaving the language unspecified) would avoid misleading syntax highlighting and copy/paste errors in terminals.

Copilot uses AI. Check for mistakes.
Comment thread CLAUDE.md Outdated
roninsightrx and others added 3 commits June 10, 2026 01:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants