Skip to content
Prev 37876 / 63421 Next

Incorporate graphic files into R-package

On 27/09/2010 10:44 AM, elgorgonzola wrote:
Read about the "inst" directory in Writing R Extensions.  You can put 
your logo there, it will be installed when your package is installed, 
and your Sweave document can find it using system.file("path within 
package", package="yourpackage") to copy to the output directory.

Duncan Murdoch