Hi List, 

it seems that .Rd files are just an intermediary format used for
exporting to txt, html and latex when creating an R package. 

How flexible is the R package mechanism? Would it possible to skip .Rd
files alltogether, write the docs with another tool (e.g. Emacs
Org-mode), export them to txt, html and latex, and include these
exported files in the package? 

Or does the R package mechanism simply expect the .Rd files to be there,
so that there is no way avoiding the .Rd format?

-- 
cheers,
Thorsten

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to