Is there a way to generate the package reference manual in a (one
page) html format? It would be nice to access reference manuals from
devices without a pdf reader.

We can use `R CMD Rd2pdf {pkgdir}` to generate the reference manual in
pdf format, but afaict `R CMD Rd2text` and `R CMD rdconv` only convert
single Rd files, and do not support generating a full package
reference manual.

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to