The RepLoad function used to work great for me but since updating my R version it now gives me the below error any time I try and load in data. The data is all the same as the data that used to work. Any help would be much appreciated!
> TCRdata <- repLoad("dummy_data.csv")
== Step 1/3: loading repertoire files... ==
Processing "data_1/" ...
-- [1/14] Parsing "dummy_data.csv" -- 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.
Please report the issue at <https://github.com/immunomind/immunarch/issues>.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
>
> lifecycle::last_lifecycle_warnings()
[[1]]
<warning/lifecycle_warning_deprecated>
Warning:
`select_()` was deprecated in dplyr 0.7.0.
ℹ Please use `select()` instead.
ℹ The deprecated feature was likely used in the immunarch package.
Please report the issue at <https://github.com/immunomind/immunarch/issues>.
---
Backtrace:
▆
1. ├─immunarch::repLoad("data_1/")
2. │ └─immunarch (local) .process_batch(batches[[batch_i]], .mode, .coding)
3. │ └─immunarch (local) .read_repertoire(.filepath, .mode, .coding, ...)
4. │ └─immunarch (local) parse_fun(.path, .mode, ...)
5. │ └─df %<>% ...
6. └─dplyr::select_(...)
7. └─dplyr:::lazy_deprec("select", hint = FALSE)
🐛 Bug
The RepLoad function used to work great for me but since updating my R version it now gives me the below error any time I try and load in data. The data is all the same as the data that used to work. Any help would be much appreciated!
Additional context
Added my session info in if that helps.
data is attached here: dummy_data.csv