Skip to content
Prev 12116 / 12125 Next

[R-pkg-devel] Strategy for dealing with websites serving HTTP 403 only when validated by 'R CMD check'

Am 03.03.26 um 06:08 schrieb Henrik Bengtsson:
\code{} is formally reserved for R code fragments, where, e.g., \link is 
interpreted, and it is by default rendered within single quotes in 
plain-text help.

To disable the hyperlink, you could use \verb{} instead, or \samp{} if 
you want it single quotes. Both of these take verbatim input like \url{}.

	Sebastian Meyer