lmweber / STexampleData

Collection of spatially resolved transcriptomics datasets in SpatialExperiment R/Bioconductor format
MIT License
1 stars 4 forks source link

Error: package or namespace load failed for ‘STexampleData’: #4

Closed shrvi closed 8 months ago

shrvi commented 12 months ago

Hi This is the error i receive when I load the package, is anyone familiar with this?

Error: package or namespace load failed for ‘STexampleData’:
 .onLoad failed in loadNamespace() for 'STexampleData', details:
  call: (function (cond)
  error: 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?
lmweber commented 8 months ago

Hi, apologies for the delay. Is this problem resolved?

I haven't seen this error before, but it looks like it may be related to a problem in your R session or installed libraries. You could try re-starting R and/or your computer, and alternatively try re-installing R and the STexampleData package.

shrvi commented 8 months ago

yes, no worries, i think it was because of the package dpylr. This fixed it devtools::install_version("dbplyr", version = "2.3.4")

lmweber commented 8 months ago

Ok great, thanks for letting me know!