master
branch.Attempt to follow these style guides, by priority: (1) Bioconductor coding style; (2) tidyverse style guide; (3) Google R style guide.
<-
and not =
for assignment.if
/then
statements using opening and closing brackets ({
, }
).else
declarations should be on the same line as the closing bracket.<-
), brackets ({
), and comma delimiters (e.g. c("foo", "bar")
not c("foo","bar")
.lintr::lint_package()
devtools::document()
devtools::check()
BiocCheck::BiocCheck(getwd())
pkgdown::build_site()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.