Skip to content

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

3 messages · Duncan Murdoch, Jeff Newmiller

#
Not seeing in "Writing R Extensions" a way to annotate a block quote in an Rd file. Any suggestions?
#
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
#
Ehh... not that much. Will make do with a couple of quote marks. Thanks for the confirmation.
On July 4, 2019 5:48:56 PM PDT, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: