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: Warning message "Using across() without supplying .cols was deprecated in dplyr 1.1.0." #172

Closed
fshanlee opened this issue Apr 27, 2023 · 1 comment · Fixed by #174
Labels
bug Something isn't working

Comments

@fshanlee
Copy link

What happened?

When I run axecute(), I get a warning message as shown below:

logrx::axecute("xxxxxxx.R", log_name = "xxxxxxx.log", log_path = "xxxxxxx")
── Attaching core tidyverse packages ──────────────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.0 ✔ readr 2.1.4
✔ forcats 1.0.0 ✔ stringr 1.5.0
✔ ggplot2 3.4.1 ✔ tibble 3.2.0
✔ lubridate 1.9.2 ✔ tidyr 1.3.0
✔ purrr 1.0.1
── Conflicts ────────────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package to force all conflicts to become errors
2023-04-27 14:29:04 EDT: Reading xxxxxxx.sas7bdat (Last modified 2023-04-21 14:42:58 EDT)
2023-04-27 14:29:04 EDT: Writing xxxxxxx.xpt (Version 5)
Warning: There was 1 warning in distinct().
ℹ In argument: across().
Caused by warning:
! Using across() without supplying .cols was deprecated in dplyr 1.1.0.
ℹ Please supply .cols instead.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

Session Information

sessionInfo()
R version 4.2.1 (2022-06-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux

Matrix products: default
BLAS: /usr/lib64/libblas.so.3.4.2
LAPACK: /usr/lib64/liblapack.so.3.4.2

locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8
[4] LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] grid stats graphics grDevices datasets utils methods base

other attached packages:
[1] gtable_0.3.1 haven_2.5.2 lubridate_1.9.2 forcats_1.0.0 stringr_1.5.0
[6] dplyr_1.1.0 purrr_1.0.1 readr_2.1.4 tidyr_1.3.0 tibble_3.2.0
[11] ggplot2_3.4.1 tidyverse_2.0.0

loaded via a namespace (and not attached):
[1] Rcpp_1.0.10 waiter_0.2.5 ps_1.7.2 rprojroot_2.0.3
[5] digest_0.6.31 logrx_0.2.1 utf8_1.2.3 mime_0.12
[9] R6_2.5.1 pillar_1.8.1 rlang_1.1.0 lazyeval_0.2.2
[13] rstudioapi_0.14 miniUI_0.1.1.1 callr_3.7.3 desc_1.4.2
[17] labeling_0.4.2 munsell_0.5.0 slushy_0.2.6 shiny_1.7.4
[21] compiler_4.2.1 httpuv_1.6.9 lintr_3.0.2 pkgconfig_2.0.3
[25] tcltk_4.2.1 htmltools_0.5.4 tidyselect_1.2.0 fansi_1.0.4
[29] crayon_1.5.2 tzdb_0.3.0 withr_2.5.0 later_1.3.0
[33] jsonlite_1.8.4 xtable_1.8-4 lifecycle_1.0.3 magrittr_2.0.3
[37] scales_1.2.1 cli_3.6.0 stringi_1.7.12 farver_2.1.1
[41] renv_0.16.0 promises_1.2.0.1 remotes_2.4.2 rex_1.2.1
[45] xml2_1.3.3 ellipsis_0.3.2 generics_0.1.3 vctrs_0.5.2
[49] cyclocomp_1.1.0 tools_4.2.1 glue_1.6.2 hms_1.1.2
[53] processx_3.8.0 fastmap_1.1.1 timechange_0.2.0 colorspace_2.1-0
[57] sessioninfo_1.2.2

Reproducible Example

No response

@fshanlee fshanlee added the bug Something isn't working label Apr 27, 2023
@kodesiba
Copy link
Collaborator

We are looking into this and should have a hotfix for this released in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants