-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
datawizard::data_filter()
throwing warning for a vignette
#356
Comments
Cannot reproduce locally. Should we test on datawizard dev to see if this issue persists? |
I can reproduce locally with all latest versions: options(crayon.enabled = TRUE, warn = 2L)
vignettes <- fs::dir_ls("vignettes/", glob = "*.Rmd", recurse = TRUE)
purrr::walk(vignettes, ~rmarkdown::render(.x)) It probably comes from all the |
Reprex:
---
output: rmarkdown::html_document
---
```{r}
dat <- data.frame() # dataset doesn't matter here
test <- c("a", "b", "c")
x <- "a"
data_filter(dat, x %in% test)
```
|
Closing in favour of easystats/datawizard#379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@etiennebacher Is this expected?
cf. https://github.com/easystats/easystats/actions/runs/4426547689/jobs/7762966033
The text was updated successfully, but these errors were encountered: