Re: [R] Help with Loading a Package

2010-03-02 Thread Ista Zahn
Hi Stephanie, You can load() the data file: load("/path/to/drosEmbryoRMA.rda") or install the package as instructed: install.packages("/path/to/drosEmbryo.tar.gz", repos=NULL) # linux or mac :-) install.packages("/path/to/drosEmbryo.zip", repos=NULL) # windows :-( Best, Ista On Tue, Mar 2, 201

[R] Help with Loading a Package

2010-03-02 Thread Stephanie Cooke
I am trying to use these commands to load a package: library(Biobase) library(limma) library(drosEmbryo) data(drosEmbryoRMA) The drosEmbryoRMA is .rda file. I have always loaded .txt files and I have never heard of a .rda file and I can not figure out how to load it. This file comes in a zip f