[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:
To avoid having to deal with this check NOTE everywhere (e.g. locally,
CI, and on CRAN submission), my current strategy is to switch from
\url{https://www.winehq.org/} to \code{https://www.winehq.org/} in the
docs. Does anyone else have a better idea?
\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