GreenwoodLab / RVPedigree

1 stars 3 forks source link

add necessary latex packages #3

Closed turgeonmaxime closed 8 years ago

turgeonmaxime commented 8 years ago

I added a few things to the YAML file that should allow the vignette to build correctly.

turgeonmaxime commented 8 years ago

Wow... sorry for all the commits, it didn't go as smoothly as I thought it would...

By the way, by default, any warning on build is treated as an error. But the R CMD check throws a warning related to the rgl package:

Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE

This is probably triggered by a missing library (e.g. OpenGL or GLU). If anyone wants to fix the YAML file so that this warning goes away, we will be able to reset warnings_as_errors: true. But for the time being, this should be enough...

And I've probably added to many tex dependencies, but it doesn't affect the build time too much.