Tim Taylor
Tim Taylor
Currently we support both quoted and unquoted inputs to the incidence function making use of {rlang} and {tidyeval} to do so. Whilst on first glance this is appealing it does...
Currently `build_incidence()` does not mention that it cannot be used with the built in plotting functionality. This should be documented, and potentially we should create a plot methods that warns...
Add a sort method for the incidence class. It could help with things like https://github.com/reconhub/trendbreaker/issues/45
It would be useful to provide a wrapper to convert `incidence` objects from the original package to `incidence2` objects.
For completeness would it be worth including a vector based stack for comparison in the benchmarking vignette? The performance of one based on [Martin Morgan's suggestion on stackoverflow](https://stackoverflow.com/questions/18677696/stack-class-in-r-something-more-concise) is better...
I know this is a common "want" but didn't find it recorded in the wish list so thought I'd write it down. As we had the StringsAsFactors default changed in...
Should the `s3_register()` documentation re: [usage in other packages](https://vctrs.r-lib.org/reference/s3_register.html#usage-in-other-packages) be updated to mention that you now will need to add {rlang} as a suggested dependency? I think this is the...