Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug detected in an Rmd, If the filter (from dplyr) generates 0 lines with one column typed hms #116

Open
Cervangirard opened this issue Mar 31, 2023 · 0 comments

Comments

@Cervangirard
Copy link

Hello,

Here is a bug detected in an Rmd. If the filter (from dplyr) generates 0 lines with one column typed hms, then the chunk creates a display error. Here is a reproducible example, you have to run it inside a Rmd or quarto. I'm using version 1.1.3.9002.

library(dplyr)
library(hms)
test <- data.frame( id = letters[1:10], heure = hms::as_hms(hms::as_hms("09:00:00") + 1:10))

test %>% 
  filter(id == "y")

image

Thanks for all your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant