Closed nsheff closed 1 month ago
How did you install bedbaser
? I wonder if this is because we have different versions of AnVIL. I am using AnVIL_1.17.14.
I used install_github("waldronlab/bedbaser")
Updating anvil solved it. so maybe you need a minimum version in the reqs?
It also doesn't seem to install required dependencies either, installing from source kept failing because I was missing bioconductor packages like BiocStyle, liftOver, BiocBaseUtils
Edit: disregard, apparently R CMD build/install doesn't install dependencies for you unlike install.packages() or BiocManager::install()
Just running the first 2 lines of the vignette on a new install, I see this:
Here's my session info