installing an R package
1
0
Entering edit mode
7.1 years ago
zizigolu ★ 4.3k

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 • 2.4k views
ADD COMMENT
1
Entering edit mode

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

ADD REPLY
0
Entering edit mode

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

ADD REPLY
1
Entering edit mode
7.1 years ago
Jake Warner ▴ 830

Hi,

Download package source:

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

Then:

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

Login before adding your answer.

Traffic: 3211 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