/hazel

🌰 Hazel R package for helper functions.

Primary LanguageRGNU General Public License v3.0GPL-3.0

Hazel R Package 🌰

Summary

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")

Contributing

How to perform static code analysis and style checks

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()

License

This package is free and open source software, licensed under GPL.