Tim Taylor
Tim Taylor
Am planning to add dplyr support for this but at the same time I'm wondering about disallowing POSIXt objects. My issue with POSIXt is that by looking at it you...
Currently not going to support.
@thibautjombart - The only data we use in `incidence2` from outbreaks is `ebola_sim_clean$linelist`. I'm thinking of vendoring this (i.e. including the data within incidence2) in the next release as this...
> is the issue that some examples are currently not run during checks because outbreaks may not be installed? Or that examples may not run when users try to run...
Hmm - Can't actually reexport as nothing is exported. Am leaving as is for now but AFAIK possible two solutions would be: - Import the whole package and then load...
@arnold-c - Cheers for the report. A little tied up with other work at the moment but will take a look when time permits.
Support removed by https://github.com/reconverse/incidence2/commit/1ef0420a031462eb252d69046fd6fc8f8f1b6c82
Closing as `show_cases` is no longer a parameter as of https://github.com/reconverse/incidence2/commit/1ef0420a031462eb252d69046fd6fc8f8f1b6c82
Cheers - confirmed. Currently unsure if there will be a patch release with the current API though. Working on a new major release which will explicitly push date categorisation on...
Closed by https://github.com/reconverse/incidence2/commit/1ef0420a031462eb252d69046fd6fc8f8f1b6c82 ``` r library(dplyr, warn.conflicts = FALSE) library(incidence2) #> Loading required package: grates data("covid19_england_nhscalls_2020", package = "outbreaks") covid19_england_nhscalls_2020 |> mutate(across(where(lubridate::is.Date), as.POSIXct, tz = "UTC")) |> incidence(date_index = "date",...