Nothing
.onLoad <- function(libname, pkgname) {
if (requireNamespace("roxylint", quietly = TRUE))
roxylint::register_linters(typed = lint_tidy_typed)
}
lint_tidy_typed <- function(x, name, type, description, ...) {
roxylint::lint_sentence_case(description)
roxylint::lint_full_stop(description)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.