docs: document svg_to_pdf() + bump site/README to 0.2.5 - #22
Merged
Conversation
- README: bump devel version badge to 0.2.5; show svg_to_pdf() in the export example; re-render README.md (and card figure). - _pkgdown.yml: add svg_to_pdf to the Export reference section (was missing from the index). - vignettes/export.Rmd: add a "Converting to PDF" section covering the vector svg_to_pdf() (rsvg), svg_to_pdf_chrome(), and save_card_for_knitr(format = "pdf"); include pdf in the multi-format example. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- CLAUDE.md: docs/ is gitignored, not versioned; the site is published by the pkgdown.yaml GitHub Action (gh-pages) on push to main. Add README.Rmd workflow note. - cran-comments.md: rewrite for the 0.2.5 feature release (svg_to_pdf(), magick/rsvg moved to Suggests, minor fixes). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates README, pkgdown reference and the export vignette for the new
svg_to_pdf()(PR #21).Changes
svg_to_pdf();README.md+ card figure re-rendered viadevtools::build_readme()._pkgdown.yml: addedsvg_to_pdfto the Export section (it was missing from the reference index, whichpkgdown::build_site()would warn about).vignettes/export.Rmd: new "Converting to PDF" section (vectorsvg_to_pdf()via rsvg,svg_to_pdf_chrome(), andsave_card_for_knitr(format = "pdf"));pdfadded to the multi-format example.Verification
pkgdown::build_site()builds clean locally:reference/svg_to_pdf.htmlgenerated, no "missing topics", version shows 0.2.5.docs/is gitignored; the live site is rebuilt by thepkgdown.yamlGitHub Action (→gh-pages) on push tomain.🤖 Generated with Claude Code