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
hi,
I'm using R package SingleR to annotate cell types, but I met an error:
> refdata <- MonacoImmuneData()
Error in collect():
! Failed to collect lazy table.
Caused by error in db_collect():
! Arguments in ... must be used.
✖ Problematic argument:
• ..1 = Inf
ℹ Did you misspell an argument name?
I run rlang::last_trace()
I re-installed the packages "SingleR" and "dbplyr“, but it didn't work.
my R version is "R version 4.2.2 (2022-10-31)"
I could not find the cause of this error. Thank you for being helpful.
The text was updated successfully, but these errors were encountered:
Please post issues in https://github.com/LTLA/SingleR
> refdata <- MonacoImmuneData()
Error in
collect()
:! Failed to collect lazy table.
Caused by error in
db_collect()
:! Arguments in
...
must be used.✖ Problematic argument:
• ..1 = Inf
ℹ Did you misspell an argument name?
I run
rlang::last_trace()
I re-installed the packages "SingleR" and "dbplyr“, but it didn't work.
my R version is "R version 4.2.2 (2022-10-31)"
I could not find the cause of this error. Thank you for being helpful.
The text was updated successfully, but these errors were encountered: