Skip to content

[Bioc-devel] GenVisR vignette build issues

3 messages · Dan Tenenbaum

#
----- Original Message -----
Yes, on the build report page (https://www.bioconductor.org/checkResults/devel/bioc-LATEST/) there is a table listing the build machines and the rightmost column (installed pkgs) is clickable, it tells you what version of each package is installed on each machine. In this case version 0.9.5 of rmarkdown is installed on all 3 machines.

Note that the Bioconductor build system cannot install anything newer than what is on CRAN or Bioconductor (for example, nothing from GitHub). What version of rmarkdown are you using?

Also, what version of pandoc (pandoc --version)? The build system has installed 1.13.2 (on zin2), 1.16.0.1 (morelia) and 1.16.0.2 (moscato2).

And while we're at it, what version of R? Be sure to use a recent R-devel.

Dan
#
Seems to be an issue with the theme. I filed https://github.com/rstudio/rmarkdown/issues/630 .
Dan


----- Original Message -----
#
And already we have a solution, which I can confirm works:

https://github.com/rstudio/rmarkdown/issues/630#issuecomment-189712014

Dan


----- Original Message -----