The guide has https://style.tidyverse.org/functions.html#comments:
In code, use comments to explain the “why” not the “what” or “how”. Each line of a comment should begin with the comment symbol and a single space: #.
That should fix something like:
This latter is used by e.g. ESS and Bioconductor
https://contributions.bioconductor.org/r-code.html#rcode-comments
https://ess.r-project.org/Manual/ess.html#Indenting-and-formatting-R-code
The guide has https://style.tidyverse.org/functions.html#comments:
That should fix something like:
## my codeThis latter is used by e.g. ESS and Bioconductor
https://contributions.bioconductor.org/r-code.html#rcode-comments
https://ess.r-project.org/Manual/ess.html#Indenting-and-formatting-R-code