Problem In Installing Biomart For R Version 3.0.2 In Windows
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)
• 10,333 views
•
link
2 answers
You are using biocLite() to install and you have run the following command?
source("http://bioconductor.org/biocLite.R")
• 174 views
•
link
you should use boicLite("biomaRt") instead of install.package("biomaRt")
• 1 views
•
link
Log in to answer this question.