I am using roxygen2 from within RStudio to generate package documentation. How do I force the following in the @description section to appear as verbatim fixed-font?
SettingID Value
RedItem Patient_10574
GreenItem Record_433
My workaround is to put it into @examples \dontrun{}, but that's not what I want.
@Joshua Ulrich found a (non-)solution to here
\code{}? Can it handle multi lines? - Roman Luštrik\code{}was my first choice, but I could not get it to honor the verbatim layout. I thought I could use\dontrun{}, but that one is not accepted outside @examples. Maybe I have missed some trick, but I tried a few "newline" variants. - Dieter Menne