prophet/R
Jennifer (Jenny) Bryan ebf7b3da0a Apply colnames *before* coercing to a tbl_df (#739)
`dplyr::as_data_frame()` is really `tibble::as_tibble()`. An upcoming
release of tibble will be stricter about column names and, by default,
you can't have duplicate column names. This change allows prophet to
work with current CRAN tibble (v1.4.2) and the coming release.

cc @krlmlr
2018-11-21 09:34:17 -08:00
..
data Fix bug about holiday year different from input year and others (#670) 2018-10-18 17:40:17 -07:00
data-raw Fix bug about holiday year different from input year and others (#670) 2018-10-18 17:40:17 -07:00
inst/stan Stan fix for pystan 2.16 2018-05-30 14:23:37 -07:00
man Fix bug about holiday year different from input year and others (#670) 2018-10-18 17:40:17 -07:00
R Apply colnames *before* coercing to a tbl_df (#739) 2018-11-21 09:34:17 -08:00
src Combine trend models into a single stan file (R) 2018-04-20 17:23:11 -07:00
tests Fix bug about holiday year different from input year and others (#670) 2018-10-18 17:40:17 -07:00
vignettes Add link to main site from vignette 2018-05-30 17:10:59 -07:00
DESCRIPTION Fix bug about holiday year different from input year and others (#670) 2018-10-18 17:40:17 -07:00
LICENSE Initial commit 2017-02-22 15:59:43 -08:00
NAMESPACE Fix bug about holiday year different from input year and others (#670) 2018-10-18 17:40:17 -07:00