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

BiocManager missing in fresh install #125

Open
mmoisse opened this issue Aug 8, 2019 · 1 comment
Open

BiocManager missing in fresh install #125

mmoisse opened this issue Aug 8, 2019 · 1 comment

Comments

@mmoisse
Copy link

mmoisse commented Aug 8, 2019

I just installed a new version of R without any libraries yet.
When installing my first package from Bioconductor, I got the following error, suggesting me to install BiocManager myself. Could pacman take care of this and install BiocManager if deemed needed?

Tx

> pacman::p_load(biomaRt)
Warning messages:
1: package ‘biomaRt’ is not available (for R version 3.6.0) 
2: 'BiocManager' not available.  Could not check Bioconductor.

Please use `install.packages('BiocManager')` and then retry. 
3: In p_install(package, character.only = TRUE, ...) :
4: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
  there is no package called ‘biomaRt’
5: In pacman::p_load(biomaRt) : Failed to install/load:
biomaRt
@NathanSkene
Copy link

This would be really useful

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

2 participants