This is a test version of Biostars. For the public version, visit https://www.biostars.org.
installing an R package

hi,

whatever I am trying to install a package I get obtain error

biocLite("miRComb")

BioC_mirror: https://bioconductor.org Using Bioconductor 3.2 (BiocInstaller 1.20.3), R 3.2.5 (2016-04-14).

Warning message: package ‘miRComb’ is not available (for R version 3.2.5)

what can I do now?

thank you

r software error

This package is not available through CRAN, bioconductor, or Github. You'll have to download the package listed in the link below.

Sounds like your version of R is out of date (which it is, we're up to 3.3.3 now I believe)

1 answer

Hi,

Download package source:

https://sourceforge.net/projects/mircomb/files/?source=navbar

Then:

install.packages(path_to_file, repos = NULL, type="source")

Log in to answer this question.