Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to install 'microbiomeSeq' from GitHub: lazy-load database #44

Open
betsyalf opened this issue Apr 20, 2020 · 2 comments
Open

Failed to install 'microbiomeSeq' from GitHub: lazy-load database #44

betsyalf opened this issue Apr 20, 2020 · 2 comments

Comments

@betsyalf
Copy link

Downloading GitHub repo umerijaz/microbiomeSeq@master
Skipping 6 packages not available: DESeq2, phyloseq, impute, preprocessCore, GO.db, AnnotationDbi
Installing 4 packages: WGCNA, impute, preprocessCore, GO.db
packages ‘impute’, ‘preprocessCore’, ‘GO.db’ are not available (for R version 3.6.1)dependencies ‘impute’, ‘preprocessCore’, ‘GO.db’ are not availablePackage which is only available in source form, and may need compilation of
C/C++/Fortran: ‘WGCNA’
Error: Failed to install 'microbiomeSeq' from GitHub: lazy-load database '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/callr/R/callr.rdb' is corrupt

@wlwhalley
Copy link

This reply might come a little late to you but for anyone else who comes across this -

This error appears to be a dependencies issue after updating to a new version of R. I installed the dependencies manually e.g

if (!requireNamespace("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install("DESeq2")
BiocManager::install("impute")
BiocManager::install("preprocessCore")
BiocManager::install("GO.db")
BiocManager::install("adespatial")

There are some packages in that snippet of code that weren't mentioned in OPs post, I presumed they already had them but I didn't.

@tonyjhlam
Copy link

This reply might come a little late to you but for anyone else who comes across this -

This error appears to be a dependencies issue after updating to a new version of R. I installed the dependencies manually e.g

if (!requireNamespace("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install("DESeq2")
BiocManager::install("impute")
BiocManager::install("preprocessCore")
BiocManager::install("GO.db")
BiocManager::install("adespatial")

There are some packages in that snippet of code that weren't mentioned in OPs post, I presumed they already had them but I didn't.

Superpowers come in different shapes and sizes. Thanks for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants