jwilliman

Results 6 issues of jwilliman

Running `forcats::fct_inorder` on factors with empty levels produces an (informative) error. Is this behaviour expected/desired, or should empty levels be automatically dropped (with a warning)? If expected, would be good...

bug

Great package thanks :) `tableby` is my go to creating summary tables of patient characteristics. I'm using `tableby` within a function and it isn't clear to me from the documentation...

While using `tidyr::unite` on a list of dataframes I came across the following error. I'm only reporting it because it asked me to! The list of dataframes was messy, so...

bug

Hello Thank you for a great package, you've saved me some major headaches in dealing with daylight savings time. I've come across an instance where `date_round` and `date_ceiling` either throw...

Calculation of robust standard errors using the `sandwich` package appears to fail under R 4.0.x but not under earlier versions (3.6.0). I see this issue has already be raised and...

The following rMarkdown code creates a Word document that cannot be opened. ``` --- title: "Untitled" author: 'Prepared by: Author' date: "2025-09-19" output: word_document --- ```{r setup} knitr::opts_chunk$set(echo = FALSE)...