[BioC] Regarding R Package

Dan Tenenbaum dtenenba at fhcrc.org
Wed Dec 18 19:55:09 CET 2013



----- 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



More information about the Bioconductor mailing list