Closed ghost closed 6 years ago
Hi @erikor ,
Was this issue opened in relation to the Slinky package? https://github.com/Bioconductor/Contributions/issues/660
The build report for Slinky is clean so I'm assuming you resolved this or found another solution? Valerie
No, at present I am not using the BiocStyle as I could not successfully build the vignette per this issue. But I would like to at the BiocStyle is great.
Looks like an error specific to your LaTeX or system configuration, as on other systems the sample rmarkdown file builds just fine without any errors. Might be related e.g. to spaces in your file paths.
Thanks for the pointer. Spaces in the temp directory path seemed to be my problem. I resolved this issue by creating a the directory C:\Rtemp
, and then setting my TMP
environment variable to C:\Rtemp
.
For anyone else landing here with this issue, make sure you use TMP
and not TEMP
, otherwise R might use the global TMP
value if that is set. See ?tempdir for details on temp directory settings precedence.
When knitting an RMarkdown with BiocStyle (with the help of MikTex on Windows), I get an undefined control sequenc error if there is an image. For example:
I get this error:
I am working on a Bioconductor package, and thus I am using the development version of Bioconductor and the development version of R:
Here is my MikTex version:
Is this a problem with the BiocStyle, or am I Doing It Wrong™?