Entering edit mode
Carleton Garrett
▴
80
@carleton-garrett-52
Last seen 10.2 years ago
In working through the example in the documentation 'Text Description
of
affy' I receive the following errors with regard to loading the
example
data:
> data(listcel)
Error: restore file may be from a newer version of R -- no data loaded
> data(CDF.example)
Error: restore file may be from a newer version of R -- no data loaded
>
I can generate the same error via:
> load("D:\\R\\rw1051\\library\\affy\\data/listcel.data.RData")
Error: restore file may be from a newer version of R -- no data loaded
The files are present in the affy/data folder and can be openned
with at text editor (Wordpad). Any thoughts?
(I am working on a windows NT platform with R1.5.1 and all packages
obtained after June 26, 256 RAM, >70Gb harddrive)
Thanks
Carleton Garrett