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

error on installing 'netbiov' package #9

Open
ojikj2019 opened this issue Dec 25, 2023 · 1 comment
Open

error on installing 'netbiov' package #9

ojikj2019 opened this issue Dec 25, 2023 · 1 comment

Comments

@ojikj2019
Copy link

Hello,

When I was running the tutorial scripts for 'Single-cell Gene Set Enrichement Analysis', I got an error message from running, 'BiocManager::install("netbiov")' as below;


BiocManager::install("netbiov")
'getOption("repos")' replaces Bioconductor standard repositories, see
'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
CRAN: https://cloud.r-project.org
Bioconductor version 3.18 (BiocManager 1.30.22), R 4.3.2 (2023-10-31)
Installing package(s) 'netbiov'
Installation paths not writeable, unable to update packages
path: /usr/lib/R/library
packages:
boot, cluster, mgcv, nlme
path: /usr/lib/R/site-library
packages:
cli, desc, isoband, matrixStats, pkgbuild, processx, QuickJSR, svglite
Warning message:
package 'netbiov' is not available for Bioconductor version '3.18'

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

So, could you please help me install the package to do plotting the network?

Best regards,

Jinhong

@gambalab
Copy link
Contributor

gambalab commented Jan 12, 2024

It seems it is not using bioconductor repository to find the package, but it uses cran and so the package is not found.

did you try to first update the Bioconductor?

BiocManager::install(ask=FALSE)

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