Here I will lay out the steps to convert the current code base to a relatively clean package structure:
First Version:
- Just move scripts/script<1-3> to functions in /R folder and make the runner script accept something like:
a4d::step_1,a4d::step_2,a4d::step_3
- change our workflow to call
devtools::install() instead of load_all()