-
Notifications
You must be signed in to change notification settings - Fork 3
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
Failed dockerization due to missing VignetteBuilder
#99
Comments
CRAN and bioc do not have the same issue because the Vignette(s) have been built inside the tarball. A quick solution to this is to consider Vignette Builder for GitHub (and local)... https://github.com/chainsawriot/rang/blob/5a313175fe589b1b09d035c7f8cad42757b2695f/R/resolve.R#L120 |
#49 is important to find out this kind of bugs. Currently, these bugs are found the hard way. |
Adding |
Need to investigate why |
But still need to dig when this option was changed from `--no-vignettes` to `--no-build-vignettes`
Make compiling raw packages with `--no-build-vignettes` #99
The example is the package
When building, it failed due to missing knitr.
I am investigating whether CRAN has the same issue.
The text was updated successfully, but these errors were encountered: