prophet/R
sim 73b53658e1
used regex to format the name variable for plotting holiday components (#1766)
* used regex to format the `name`

Removes all singlequotes (') and doublequotes (") in the `name` variable
and replaces all whitespace with an underscore. Now, `ggplot2::aes_string()` can handle a column
name like `New Year's Day`.

* Used backticks in the `name` variable instead of regular expressions

Essentially, I escaped the string `name` with backticks so that
`ggplot2::geom_line()` and `ggplot2::ggplot()` functions can use any
arbitrary input.
2021-01-08 13:22:56 -08:00
..
data Clean up script for R holidays, and regenerate 2020-08-27 18:36:18 -07:00
data-raw Clean up script for R holidays, and regenerate 2020-08-27 18:36:18 -07:00
inst {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
man Add mdape performance metric to R (#1472) 2020-05-20 12:28:50 -07:00
R used regex to format the name variable for plotting holiday components (#1766) 2021-01-08 13:22:56 -08:00
src {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
tests Update test to match Py 2020-09-03 17:21:30 -07:00
vignettes Add link to main site from vignette 2018-05-30 17:10:59 -07:00
.gitignore {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
.Rbuildignore {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
configure {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
configure.win {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
DESCRIPTION Alphabetize import block 2020-09-02 18:40:30 -07:00
LICENSE Initial commit 2017-02-22 15:59:43 -08:00
NAMESPACE {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
prophet.Rproj {rstantools}-based compilation 2020-04-28 16:06:17 -04:00