installation of bioclite gives an error
1
0
Entering edit mode
14 months ago
rheab1230 ▴ 140

Hello everyone,

I am trying to install biocLite using BiocManager::install function in rstudio but its giving me an error.

BiocManager::install("biocLite")
Warning message:
package 'biocLite' is not available for Bioconductor version '3.16'

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

Does anyone know how to solve this problem?

Thank you

R bioclite bioconductor Biocmanager • 696 views
ADD COMMENT
3
Entering edit mode
14 months ago

Hi,

Installation via biocLite is no longer used. Please install packages via the BiocManager package, for example:

BiocManager::install('PCAtools')
BiocManager::install('sva')

Go raibh maith agat,

Kevin

ADD COMMENT
1
Entering edit mode

Thank you so much. This works.

ADD REPLY

Login before adding your answer.

Traffic: 3067 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6