On Fri, 15 Jun 2007, Peter Dunn wrote: > Hi all > > I have just downloaded the sma package from CRAN. > On installing on my linux machine, I get the message > > >> library(sma) >> data(MouseArray) > Warning message: > file 'MouseArray.RData' has magic number 'RDX1' > Use of save versions prior to 2 is deprecated > > > Hereafter, MouseArray is not found: > >> MouseArray > Error: object "MouseArray" not found
But try > ls() [1] "cl" "i" "mouse.data" "mouse.gnames" "mouse.lratio" [6] "mouse.setup" "mouse.t2" "mouse1" "mouse2" "mouse3" [11] "mouse4" "mouse5" "mouse6" "ot" "str" [16] "txt" If all else fails you could read the help: ?MouseArray tells you what it gives you. > We were hoping to use the MouseArray data with some > of the sma functions. As the examples on the help pages do. [...] -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
