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