An R package
Install the development version from Github with:
## install remotes pkg if not already if (!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") } ## install from github remotes::install_github("mkearney/dataviz")