-
Notifications
You must be signed in to change notification settings - Fork 5
Code cleanup #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code cleanup #29
Conversation
…nfusion with existing functions from the coda package
…en using the exported version (remiod)
…ch will be removed in future versions
…ormative chunk labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR performs code cleanup focusing on standardizing figure output formats and updating documentation. The main changes involve switching vignettes from raster (PNG) to vector (SVG) graphics using the svglite device, updating function names for consistency, and refreshing generated documentation files.
Key changes:
- Migration to SVG graphics device for vignettes
- Function renaming:
autocorr→auto_corr,crosscorr→cross_corr,clean_survname→internal_clean_survname - Updated error message formatting to modern R style
Reviewed changes
Copilot reviewed 30 out of 92 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| vignettes/*.Rmd | Added SVG device configuration for better quality figures |
| vignettes/figures_/.svg | Generated SVG figure files from vignette rendering |
| man/*.Rd | Updated documentation for renamed functions |
| man/internal_clean_survname.Rd | New documentation for internal helper function |
| vignettes/ModelSpecification.Rmd | Updated date and error message format |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: NErler <10401637+NErler@users.noreply.github.com>
Co-authored-by: NErler <10401637+NErler@users.noreply.github.com>
Fix knitr chunk option typo in MCMCsettings vignette
Fix typo in ModelSpecification vignette
No description provided.