Error: package or namespace load failed for ‘AnnotationDbi’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘bit’
Error : package ‘AnnotationDbi’ could not be loaded
ERROR: lazy loading failed for package ‘GO.db’
The downloaded source packages are in
‘/private/var/folders/jm/lw5pqpvs0_j025smc3qkpl5c0000gn/T/RtmpnPsdF8/downloaded_packages’
Warning message:
In install.packages(pkgs = doing, lib = lib, ...) :
installation of package ‘GO.db’ had non-zero exit status
I'm really not sure what to do here. When I search online, everyone pretty much says to do exactly what I did, and that it should install the required packages. I am new to R, and this is beyond me. Thanks for any help you can provide!
It looks like you have AnnotationDbi installed, but are missing dependencies. Or actually, dependencies of dependencies, as bit isn't a direct dependency of AnnotationDbi. You probably need to re-install AnnotationDbi to get all the dependencies.
I have a similar issue, though I am not sure what is causing it. I tried to install clusterProfiler on a jupyter notebook that runs R v4.0.5 and
Bioconductor v3.12. Any help would be greatly appreciated!
I tried that. It installs successfully, but I still get the exact same error when installing clusterProfiler.
Then install bit using biocLite