Skip to content
Prev 3720 / 21312 Next

[Bioc-devel] To use knitr, how to write the right Makefile for bioconductor devel and released branch?

On Sat, Oct 6, 2012 at 12:27 PM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:
Let me correct myself on this. The files will show up in the installed
package and binary packages, but not if you add a file called
.Rinstignore to the top level directory of your package, with the
contents:

inst/doc/figures

This is documented in the "writing extensions" manual.
Dan