The helper functions used for data preparation and analysis have been moved to the `climbr` R package. They're available by running `devtools::load_all("climbr")`, instead of `source("00-data_preparation_functions.R")` etc.
This should *mostly* be transparent to users (only minor changes in the way the scripts are invoked) but represents a large enough refactor to warrant a major version bump.