Skip to content
Prev 21033 / 63424 Next

Building R package: make pdf & _masked_by_GlobalEnv

I guess I'm not sure what the .pdf is being created from - I don't know how 
this works.  I assumed that my set of .Rd files from the man dir would 
automatically be converted into .pdf, much like 'check' reads them into a 
dvi document.   When I run a build, I get an archive with all of my .R 
source files, the DESCRIPTION, the .Rd files, my datafiles, and any 
documentation I've placed in inst/doc.  When I install this from CMD, the 
html help & chtml files compile, examples are copied from the /man 
directory to their own .Rd files, and everything - to me - appears 
OK.  'Install' from R CMD works with no problem - it warns me that my 
'examples' directory is empty, but it proceeds to create the examples from 
my .Rd files anyway.

I only get a .dvi manual when running 'check'.
thanks for the clarification!