prophet/R
Jireh Tan e8ddded4fe [BUG] Ensure regressor/seasonality names are valid; fixes #996
Ensures that `add_regressor` and `add_seasonality` are valid column names
to R, to ensure that the generated columns are then used downstream to fit
the model.

Why not put it in `validate_column_names`? Because `validate_column_names` is
also used to validate if holiday names (which can be scalar values in columns) are
valid. We want to allow `c('seans-bday', 'Xmas')` as a valid holiday input, so we
cannot then put it there.

Tested these changes by using devtools::testthat().

Resolves: #996
2019-06-25 09:39:14 -07:00
..
data Clean non-ASCII characters out of generated_holidays 2018-12-04 14:49:44 -08:00
data-raw Clean non-ASCII characters out of generated_holidays 2018-12-04 14:49:44 -08:00
inst/stan Change to MIT license 2019-05-21 11:40:04 -07:00
man R documentation updates 2019-05-13 15:47:28 -07:00
R [BUG] Ensure regressor/seasonality names are valid; fixes #996 2019-06-25 09:39:14 -07:00
src Change to MIT license 2019-05-21 11:40:04 -07:00
tests [BUG] Ensure regressor/seasonality names are valid; fixes #996 2019-06-25 09:39:14 -07:00
vignettes Add link to main site from vignette 2018-05-30 17:10:59 -07:00
.Rbuildignore Clean non-ASCII characters out of generated_holidays 2018-12-04 14:49:44 -08:00
DESCRIPTION Change to MIT license 2019-05-21 11:40:04 -07:00
LICENSE Initial commit 2017-02-22 15:59:43 -08:00
NAMESPACE Version bump; test fixes; R build 2018-12-03 22:21:37 -08:00