Skip to content
Prev 51438 / 63424 Next

Small inaccuracy in the Writing R Extensions manual

On 12/01/2016 11:11 AM, Berwin A Turlach wrote:
Regardless of that, there's a problem if there is no vignette in the 
main directory.  R uses the vignette filename and content to figure out 
which vignette engine to use.  If there's just a Makefile, how would R 
know what to display?  Which .html file or .pdf file corresponds to 
which source file, and where should R go to find the .R file?

So I don't think those things can really be handled as vignettes. They 
can still be handled as  additional files in the inst/doc directory, but 
we probably aren't going to be able to give them full vignette status.

Duncan Murdoch