Skip to content

[Bioc-devel] Rmarkdown built html vignette not included in final package tarball

2 messages · Leo Lahti, Dan Tenenbaum

#
Hi Dan, good to hear. I guess you checked that the html file is in the
package after build? For me the build is ok but the html file does not
appear. If you get the html file during build, then the pandoc linking
issue should cause my problems.

In Ubuntu 14.04 running "sudo apt-get install pandoc" install an older
version of pandoc than is required by R build for knitr (pandoc>=1.12.3).
And upgrading to >=1.12.3 is known to be problematic in Ubuntu 14.04 (ample
discussions on this available in the web). I have already tried to install
it based on various tips from the web (including direct installations from
source, yum scripts, changing the repository etc) but no success so far.
Hence I was finally using RStudios pandoc since that is sufficiently new
and I got it working with the symbolic linking. Hopefully this pandoc issue
gets solved for the 14.04 LTS later on.

Leo

  
  
#
----- Original Message -----
Yes.
Dan