library(immunarch);
data(immdata) # Load the package and the test dataset
repOverlap(immdata$data) %>% vis() # Compute and visualise the most important statistics
Error in select():
! :1:7: unexpected symbol
1: Using an
^
Backtrace:
repOverlap(immdata$data) %>% vis()
dplyr:::select.data.frame(., .col) # here, it looks like there is an extra : when use select function for dplyr
Error in select(., .col) :
🐛 Bug
repOverlap() does not run,
To Reproduce
Steps to reproduce the behavior:
Error in:1:7: unexpected symbol
1: Using an
^
Backtrace:
select()
: !:
when use select function for dplyr Error in select(., .col) :Expected behavior
Additional context