Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.01 KB

File metadata and controls

22 lines (17 loc) · 1.01 KB

Developer documentation

Branches

  • 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.

Makefile

  • In the Makefile are some shortcuts for commonly used commands (install, test, build).

Required R packages

  • To install all required R package dependencies for development you can use those commands:
packages <- readLines("packages.txt")
install.packages(packages)

Custom helper functions

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.

Processing pipeline overview