Skip to content
Prev 313301 / 398503 Next

Getting the latex file from R CMD check

On 12-12-10 7:08 AM, Guillaume Chapron wrote:
I don't know if check has an option to leave it behind, but you can 
create it using

R CMD Rd2pdf --no-clean pkgname

With the --no-clean option this will leave behind a temporary directory 
with all the intermediate files in it.

Duncan Murdoch