William Lima
Results
1
issues of
William Lima
As per https://cran.r-project.org/doc/manuals/r-devel/NEWS.html, using `||` in `if` statements is no longer safe in R 4.3.0. For that reason, something like `tibble(Column = rep(as.POSIXct('2023-01-01'), 3)) %>% e_chart(Column)` will throw out an...