The goal of helpRfunctions is to attach a list of chosen 'core' packages when helpRfunctions is loaded. It can also be used to export some additional helper functions to make them available on other machines or scripts.
More information about how to update the core list or add own functions can be found on the personalr home page.
helpRfunctions is already installed on your machine and can be called with
library(helpRfunctions)
If you make changes and want to reinstall it, please open the corresponding project and run
devtools::document()
devtools::install()