## Certain LaTeX files (e.g. bib, bst, sty, codes and temporary figures) must 
## be part of the build such that they are available for R CMD check. 
## These are excluded from the install using .Rinstignore in the 
## top-level directory such as this one.
doc/.*[.](bib|bst|sty)$
doc/.*[.](pdf)$
doc/.*-fig-.*[.]pdf$
doc/.*[.](R|sh)$
