Not seeing in "Writing R Extensions" a way to annotate a block quote in an Rd file. Any suggestions?
Sent from my phone. Please excuse my brevity.
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?
Sent from my phone. Please excuse my brevity.
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
Ehh... not that much. Will make do with a couple of quote marks. Thanks for the confirmation.
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
Sent from my phone. Please excuse my brevity.