Switch to 'asis' vignette builder from Rcpp 1.1.0.1#80
Merged
eddelbuettel merged 1 commit intomasterfrom Jul 20, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR switches the vignette builder from a LaTeX-based approach to using the 'asis' vignette builder introduced in Rcpp 1.1.0.1. This change simplifies the vignette handling by removing LaTeX boilerplate code and leveraging Rcpp's new vignette building capabilities.
- Migrates vignette to use Rcpp's 'asis' builder instead of LaTeX wrapper
- Updates package dependencies to require Rcpp >= 1.1.0.1
- Temporarily installs development version of Rcpp in CI to access new functionality
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| vignettes/UsingAnnoyInCpp.pdf.asis | Removes LaTeX boilerplate and adds Rcpp asis vignette engine metadata |
| DESCRIPTION | Bumps version, updates Rcpp dependency requirement, and adds VignetteBuilder field |
| ChangeLog | Documents the changes made in this release |
| .github/workflows/ci.yaml | Adds temporary installation of Rcpp development version for CI |
9f4b252 to
06f07e9
Compare
06f07e9 to
d63c071
Compare
Owner
Author
|
If a CRAN release is needed or made between now and the release of Rcpp 1.1.1 this PR will have to be withdrawn first. (Or the vignette has to be withdrawn, or the vignette builder has to be R.rsp for the interim.) |
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.
No description provided.