Replies: 1 comment 2 replies
-
Hmm, that's very odd. The Anyway, if the latest CRAN versions of litedown and xfun work fine for the vignette, I don't know if it's still worth the time to investigate the reason (it may not be easy to figure out which old version of litedown and which old version of xfun can reproduce the problem). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I updated some of the documentation in one of my packages today and there seems to be an issue with the rendering of its vignette on CRAN (e.g. odd data frame rendering and ggplot plot internals being displayed) . Initially I thought it was due to an error on my part where I managed to modify the
VignetteBuilder
entry to readinstead of
However upon inspecting the resulting source I noticed that the generator tag says
This is the CRAN rendered vignette:
https://cran.r-project.org/web/packages/grates/vignettes/grates.html
and this is how it looks on the litedown generated site using litedown 0.61:
https://www.reconverse.org/grates/doc/grates.html
So I tried installing litedown 0.4 to see if I could recreate the rendering issues. Whilst I could see the js assets were missing I was unable to create the odd display of the evaluated R code (both data frames and plots).
Do you have any idea what could be going on here?
I've emailed CRAN to see if they would allow me to submit a hotfix but that was when I thought the issue was my
VignetteBuilder
entry but now I'm not so sure.In case relevant here's the vignette source https://github.com/reconverse/grates/blob/main/pkg/vignettes/grates.Rmd.
Apologies for the rambling nature of the post I'm just at a loss 😕
Beta Was this translation helpful? Give feedback.
All reactions