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.
🐛 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. Runrlang::last_trace()
to see where the error occurred. Warning message:select_()
was deprecated in dplyr 0.7.0. ℹ Please useselect()
instead. ℹ The deprecated feature was likely used in the immunarch package.