-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am trying to run the following line of code after installing celldex.
ref <- BlueprintEncodeData()
However, I get the following error:
Error in
collect():
! Failed to collect lazy table.
Caused by error indb_collect():
! Arguments in...must be used.
✖ Problematic argument:
• ..1 = Inf
ℹ Did you misspell an argument name?
Here is the stack trace:
- ├─celldex::BlueprintEncodeData(rm.NA = "none", cell.ont = "all")
- │ └─celldex:::.create_se(...)
- │ └─celldex:::.ExperimentHub()
- │ └─ExperimentHub::ExperimentHub()
- │ └─AnnotationHub::.Hub(...)
- │ └─AnnotationHub:::.create_cache(...)
- │ └─BiocFileCache::BiocFileCache(cache = cache, ask = ask)
- │ └─BiocFileCache:::.sql_create_db(bfc)
- │ └─BiocFileCache:::.sql_validate_version(bfc)
- │ └─BiocFileCache:::.sql_schema_version(bfc)
- │ ├─base::tryCatch(...)
- │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
- │ └─tbl(src, "metadata") %>% collect(Inf)
- ├─dplyr::collect(., Inf)
- └─dbplyr:::collect.tbl_sql(., Inf)
- ├─base::tryCatch(...)
- │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
- │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
- │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
- └─dbplyr::db_collect(x$src$con, sql, n = n, warn_incomplete = warn_incomplete, ...)
Metadata
Metadata
Assignees
Labels
No labels