Hi, I'm new to R and have a question which seems like it should be easy. I loaded the R port of my boot library and installed it. All of the functions and help files are available but I can't seem to access the data. The data directory was created and contains files with the extension .rda. I tried to use the data() function but I get> data(city)Error: restore file corrupted -- no data loaded Some of my students have encountered the same problem. Can someone please point out what I'm missing here. Thanks, Angelo -- **************************************************** ** Angelo J. Canty ** ** Dept of Mathematics and Statistics ** ** Concordia University ** ** Montreal, Quebec. ** ** ** ** Tel : +1-514-848-3244 ** ** Fax : +1-514-848-4511 ** ** Email : canty at discrete.concordia.ca ** **************************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> On Tue, 21 Mar 2000 13:00:44 -0500, >>>>> Angelo Canty (AC) wrote:AC> Hi, AC> I'm new to R and have a question which seems like it should be easy. AC> I loaded the R port of my boot library and installed it. All of the AC> functions and help files are available but I can't seem to access the AC> data. The data directory was created and contains files with the AC> extension .rda. I tried to use the data() function but I get>> data(city)AC> Error: restore file corrupted -- no data loaded AC> Some of my students have encountered the same problem. Can someone AC> please point out what I'm missing here. Which version of R are you using? Which platform? We have changed the data format, so there might be a problem with older versions of R. Best, -- ------------------------------------------------------------------- Friedrich Leisch Institut f?r Statistik Tel: (+43 1) 58801 10715 Technische Universit?t Wien Fax: (+43 1) 58801 10798 Wiedner Hauptstra?e 8-10/1071 Friedrich.Leisch at ci.tuwien.ac.at A-1040 Wien, Austria http://www.ci.tuwien.ac.at/~leisch PGP public key http://www.ci.tuwien.ac.at/~leisch/pgp.key ------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 21 Mar 2000, Angelo Canty wrote:> Hi, > > I'm new to R and have a question which seems like it should be easy. > I loaded the R port of my boot library and installed it. All of the > functions and help files are available but I can't seem to access the > data. The data directory was created and contains files with the > extension .rda. I tried to use the data() function but I get > > data(city) > Error: restore file corrupted -- no data loadedIf you don't have 1.0.0 you may need to upgrade. There was a bug in handling garbage collection during loads which could cause this error. -thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Sorry, I should have specified that I am using version 0.65.1 on Sun Solaris 2.6. Angelo -- **************************************************** ** Angelo J. Canty ** ** Dept of Mathematics and Statistics ** ** Concordia University ** ** Montreal, Quebec. ** ** ** ** Tel : +1-514-848-3244 ** ** Fax : +1-514-848-4511 ** ** Email : canty at discrete.concordia.ca ** **************************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._