The R package hazel is meant to help on random functions. Personal use mostly, for not rewriting the same thing in every single diff project 😉
install.packages("devtools")
devtools::install_github("mayrop/hazel")
Configuration for lintr is in .lintr
file. Lints are treated as warnings, but we strive to be lint-free.
In RStudio, you can run lintr from the console as follows:
> lintr::lint_package()
> library(roxygen2)
> library("devtools")
> document()
This package is free and open source software, licensed under GPL.