Skip to content
Prev 4168 / 12125 Next

[R-pkg-devel] Block quote in an Rd file?

On 04/07/2019 7:43 p.m., Jeff Newmiller wrote:
I don't think there is a built-in one.  If you are determined to have 
one, you could define your own user-defined macro to do it.  It'll be 
ugly, because you need to output different text depending on whether the 
help page is being displayed in plain text, HTML or LaTeX.  See sections 
2.11 and 2.13 of Writing R Extensions for the docs.

Duncan Murdoch