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
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:
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.
The text was updated successfully, but these errors were encountered:
🐛 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:
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.
The text was updated successfully, but these errors were encountered: