Bioconductor / Contributions

Contribute Packages to Bioconductor
131 stars 33 forks source link

(inactive) Error with sesameDataCache() #3236

Closed ardan33 closed 7 months ago

ardan33 commented 7 months ago

I previously ran sesame no problem with version 3.17. However, since updating to version 3.18, I am having issues with the sesameDataCache() function.

This is the code I ran: `if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install(version="3.18") BiocManager::install("sesame", force=TRUE) BiocManager::install("sesameData", force=TRUE)

BiocManager::install("ExperimentHub", force=TRUE) BiocManager::install("BiocFileCache", force=TRUE) getwd() sessionInfo() library(sesame) sesame_checkVersion() library(sesameData) sesameDataCache() packageVersion("sesameData")`

This is the error message: sesame_checkVersion() SeSAMe requires matched versions of R, sesame, sesameData and ExperimentHub. Here is the current versions installed: R: 4.3.1 Bioconductor: 3.18 sesame: 1.20.0 sesameData: 1.20.0 ExperimentHub: 2.10.0

library(sesameData) sesameDataCache() Metadata (N=91):

ExperimentHub Caching fails: 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?

I have no idea how to fix this... as I am extremely new to R. Any help would be appreciated.

bioc-issue-bot commented 7 months ago

Dear @ardan33 ,

I couldn't find a GitHub repository URL in your issue text! Please include a github repository URL, it should look like this:

https://github.com/username/reponame

I am closing this issue. Please try again with a new issue.