v3.7.2 - CRAN update, partial results, more reproducibility
- Feat: wrap
robyn_mmm()
with atryCatch()
to return partial results if the function crashes after a certain time running and warns the user when this happens - Feat: auto-detect categorical variables (no need to set
factor_vars
parameter inrobyn_inputs()
) - Feat: include R and Robyn's versions to JSON files and InputCollect for reproducibility
- Feat: export/save raw data input for reproducibility (raw_data.csv file)
- Feat: set
Robyn::dt_prophet_holidays
as default input ondt_holidays
parameters - Fix: inverted counters in
check_hyperparameters()
message #474 - Fix: force date format before binding rows in
robyn_refresh()
#480 - Fix:
check_context()
was being skipped in some cases - Fix: when only 1 categorical value with 2 unique values crashed one-hot-encoding
- Docs: updated templates for issues and pull requests
Full Changelog: v3.7.1...v3.7.2
Full Changelog since last CRAN update: v3.6.3...v3.7.2