Skip to content

Cannot Run BlueprintEncodeData() #21

@taraeicher

Description

@taraeicher

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 in db_collect():
! Arguments in ... must be used.
✖ Problematic argument:
• ..1 = Inf
ℹ Did you misspell an argument name?

Here is the stack trace:

  1. ├─celldex::BlueprintEncodeData(rm.NA = "none", cell.ont = "all")
  2. │ └─celldex:::.create_se(...)
  3. │ └─celldex:::.ExperimentHub()
  4. │ └─ExperimentHub::ExperimentHub()
  5. │ └─AnnotationHub::.Hub(...)
  6. │ └─AnnotationHub:::.create_cache(...)
  7. │ └─BiocFileCache::BiocFileCache(cache = cache, ask = ask)
  8. │ └─BiocFileCache:::.sql_create_db(bfc)
  9. │ └─BiocFileCache:::.sql_validate_version(bfc)
  10. │ └─BiocFileCache:::.sql_schema_version(bfc)
  11. │ ├─base::tryCatch(...)
  12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
  13. │ └─tbl(src, "metadata") %>% collect(Inf)
  14. ├─dplyr::collect(., Inf)
  15. └─dbplyr:::collect.tbl_sql(., Inf)
  16. ├─base::tryCatch(...)
  17. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
  18. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
  19. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
  20. └─dbplyr::db_collect(x$src$con, sql, n = n, warn_incomplete = warn_incomplete, ...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions