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

select_()` was deprecated in dplyr 0.7.0. #388

Open
MuTarr opened this issue Nov 19, 2023 · 0 comments
Open

select_()` was deprecated in dplyr 0.7.0. #388

MuTarr opened this issue Nov 19, 2023 · 0 comments

Comments

@MuTarr
Copy link

MuTarr commented Nov 19, 2023

🐛 Bug

During the loading of the repertoire files there's a problem due to deprectated function of dplyr.
== Step 1/3: loading repertoire files... ==

To Reproduce

Steps to reproduce the behavior:

  1. immdata <- repLoad(file_path)

Processing "~/files" ...
-- [1/375] Parsing "results.tsv" -- airr
Error in select():
! Can't subset columns that don't exist.
✖ Column cdr1 doesn't exist.
Run rlang::last_trace() to see where the error occurred.
Warning message:
select_() was deprecated in dplyr 0.7.0.
ℹ Please use select() instead.
ℹ The deprecated feature was likely used in the immunarch package.

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