Regarding R Package
1
0
Entering edit mode
@jytha-6294
Last seen 9.7 years ago
Respected sir/Madam Am jayanthi doing Phd now am working in R i have some error when am running the R package Limma and affy . If i give the R comments like library(affy) library(limma) it show the error like Error in library("limma") : there is no package called ‘limma’ how to recover the error. how i am working the R version 3.0.2(32 bit). -- With Regards, JAYANTHI.A [[alternative HTML version deleted]]
affy limma affy limma • 3.0k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States
----- Original Message ----- > From: "?J?y??th?.A?" <biojayanthii at="" gmail.com=""> > To: bioconductor at r-project.org > Sent: Tuesday, December 17, 2013 11:43:43 PM > Subject: [BioC] Regarding R Package > > Respected sir/Madam > Am jayanthi doing Phd now am working in R i have some error when > am > running the R package Limma and affy . If i give the R comments like > > library(affy) > library(limma) it show the error like Error in library("limma") : > there is no package called ?limma? > > how to recover the error. how i am working the R version 3.0.2(32 > bit). Sounds like maybe you haven't installed limma. Try installing it as follows: source("http://bioconductor.org/biocLite.R") biocLite("limma") Then try library(limma) again. Dan > > -- > With Regards, > JAYANTHI.A > > [[alternative HTML version deleted]] > > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

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