You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
Thanks for all your work.
The text was updated successfully, but these errors were encountered:
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.
Thanks for all your work.
The text was updated successfully, but these errors were encountered: