Open hturner opened 2 months ago
The reason it failed is because the image paths (or rather just images) mentioned in the \include_graphics[..]{..}
do not exist in the grid_displaylist
folder, if we try to compile the displaylist-knitr.Rnw
, it creates a figures folder.
Changing the figure path in the \include_graphics[..]{..}
to the figure inside the figure
folder will allow texor to convert it into Rmd.
The Rmd could not compile due to C memory stack issues in my case.
A possible way to remedy this is during the conversion process, include compilation of the Rnw file as well, so the figures which need to be included are generated.
For example,
results in error
I get the same error for "frame.Rnw" - I haven't tried all the grid vignettes!