Hi Roy,
Have a look at the lintr package:
https://github.com/jimhester/lintr/blob/master/README.md
It works stand alone and integrates with several editors.
Best regards,
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwal
In the text of a vignette, I always refer to them with links, just like
I would in other documentation:
\code{\link[xts]{to.period}}
and if I want to be explicit to the reader (who my be reading a format
where the links don't resolve, I would say something like:
seeĀ \code{\link[xts]{to.period}}
Hi All:
In writing a vignette and referring to a function in another package, say the
function info() in the rerddap package, it it better to refer to it as the
"rerddap function info()" or as "rerddap::info()". This is for the vignette,
not what I do internally.
Similarly in a code example