Problem In Installing Biomart For R Version 3.0.2 In Windows
2
1
Entering edit mode
10.3 years ago
jack ▴ 520

Hi,

I have problem with installing biomaRt for R version 3.0.2 in windows. does anyone has idea what would I do?

Installing package into ‘C:/Users/Sky/Documents/R/win-library/3.0’
(as ‘lib’ is unspecified)
Warning message:
package ‘biomaRt’ is not available (for R version 3.0.2)
biomart bioconductor R • 9.4k views
ADD COMMENT
2
Entering edit mode
10.3 years ago
Neilfws 49k

You are using biocLite() to install and you have run the following command?

source("http://bioconductor.org/biocLite.R")
ADD COMMENT
2
Entering edit mode

As Neilfws states, you'll want to use biocLite(). It installed fine for me with R 3.0.2 using the following code:

> library("BiocInstaller")
> biocLite("biomaRt")
ADD REPLY
1
Entering edit mode
5.5 years ago
vahid ▴ 10

you should use boicLite("biomaRt") instead of install.package("biomaRt")

ADD COMMENT

Login before adding your answer.

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