[R-pkg-devel] Block quote in an Rd file?
Duncan Murdoch
murdoch@dunc@n @end|ng |rom gm@||@com
Fri Jul 5 02:48:56 CEST 2019
On 04/07/2019 7:43 p.m., Jeff Newmiller wrote:
> Not seeing in "Writing R Extensions" a way to annotate a block quote in an Rd file. Any suggestions?
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
More information about the R-package-devel
mailing list