-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Describe the bug
Recently installed the 'curatedMetagenomicDataAnalyses' with the latest dbplyr latest 2.5.0. The example code does not working.
To Reproduce
curatedMetagenomicData("AsnicarF_20.+.relative_abundance", dryrun = FALSE, counts = TRUE)
Error in (function (cond) :
error in evaluating the argument 'x' in selecting a method for function 'query': 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?
Expected behavior
No errors when using the example code
Additional context
After downgrade to dbplyr=2.3.4, it works again. Maybe put a upper version limits to dbplyr?
Reactions are currently unavailable