Tim Taylor
Tim Taylor
Due to the fortify method for \ objects, {dplyr} is require for plotting with non-tibble \ classes: https://github.com/tidyverse/ggplot2/blob/0e64d9c56ccc8db31971723810c3c10f0a67d9e4/R/fortify.r#L19-L22 I view {pillar} and the \ subclass as mainly for formatting so...
It would be nice if `stopifnot()` was consistent with `stop()` and allowed the call to be suppressed. This is useful as it can be less confusing to users if a...
Sure you will here this from elsewhere soon enough but I think the latest change in R-devel (https://github.com/wch/r-source/commit/55b259e7ea922acbd4f1f3e92309b6a699c66ff6 or maybe https://github.com/wch/r-source/commit/00c14e770b7568325e0cd7e2b5a8fbbaefd067f1) has broken cli. I'm struggling to pinpoint where as...
In the stability vignette, when [discussing `vec_c()` and dates/date-times](https://vctrs.r-lib.org/articles/stability.html#dates-and-date-times) the documentation says: > When you mix dates and date-times, vctrs returns a date-time and converts dates to date-times at midnight...
Currently we error if a folder already exists in place of the factory. Perhaps we off the option to convert to a factory?
Can we use [renv](https://rstudio.github.io/renv/articles/renv.html) to improve upon the current list_deps() and install_deps() situation to give use better control of package versions?
`socialmixr` masks `devtools::check()` and `utils::cite()`. It may be worth considering renaming for user friendliness. Explicit possibilities... `check_survey`, `cite_survey` / `get_citation()` / `get_survey_citation()`.
Currently using only data.table for aggregation which means we cannot support non-atomic columns (see https://github.com/Rdatatable/data.table/issues?q=is%3Aopen+is%3Aissue+label%3A%22non-atomic+column%22 for further discussion). Previously I switched behaviour based on the input and dispatched to either...