You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix package dependencies and modernize CI infrastructure
- Add missing R6 dependency to resolve package loading issues
- Add grid to Suggests for execution context image display
- Fix URL inconsistencies between pkgdown config and README
- Update GitHub Actions to latest versions (checkout@v4, pr-fetch@v2)
- Add package validation for suggested dependencies in execution context
- Add Claude Code artifacts to gitignore
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Modernize user messaging with cli package
Replace base R messaging functions with cli equivalents for better UX:
- Convert stop() calls to cli::cli_abort() with argument highlighting
- Replace warning() with cli::cli_warn() including pluralization support
- Enhance error messages with structured formatting and context bullets
- Add semantic styling for arguments, values, functions, and paths
- Improve library installation feedback with better progress messaging
- Revert codecov badge to original repository reference
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Remove R CMD check artifacts
Clean up temporary R CMD check files that shouldn't be tracked in version control.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Zac Davies <zac@databricks.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments