- The main branch is always up to date with the version published on cran.
- The dev branch is stable but under active development and will eventually merged into the main branch.
- In the Makefile are some shortcuts for commonly used commands (install, test, build).
- To install all required R package dependencies for development you can use those commands:
packages <- readLines("packages.txt")
install.packages(packages)
If additionally helper functions are needed (e.g. removing certain data points), it is possible to intercept the intermediate_table between the read and the generate_regression function.
