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
This is now resolved after updating (not sure if it was the R or package update or both that did it. My current session info where it is working is copied below.
R version 4.4.2 (2024-10-31)
Platform: x86_64-redhat-linux-gnu
Running under: Red Hat Enterprise Linux 8.10 (Ootpa)
Matrix products: default
BLAS/LAPACK: /usr/lib64/libopenblaso-r0.3.15.so; LAPACK version 3.9.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
time zone: America/Chicago
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] dbplyr_2.5.0
loaded via a namespace (and not attached):
[1] utf8_1.2.4 R6_2.5.1 tidyselect_1.2.1 magrittr_2.0.3 glue_1.8.0 tibble_3.2.1 pkgconfig_2.0.3
[8] dplyr_1.1.4 generics_0.1.3 lifecycle_1.0.4 cli_3.6.3 fansi_1.0.6 vctrs_0.6.5 DBI_1.2.3
[15] compiler_4.4.2 rstudioapi_0.17.1 tools_4.4.2 pillar_1.9.0 rlang_1.1.4 /
When trying to filter
NA
s usingis.na()
infilter()
, dbplyr is not working as expected.I have code that I regularly run and it was working as expected until recently (maybe a month or so ago, I'm not sure).
Created on 2024-06-03 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: