MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

Datasets Read error #515

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Updated to natty linux.  Getting following error when setting R datasets:

R Error: Error in .readRDS(INDEX) : error reading from connection
  Original Query was:  datasets_1_1304442952.9 <- as.data.frame(data(package = .packages(all.available = TRUE))$results[,c(1,3:4)])

Any suggestions?

Original issue reported on code.google.com by kylecovi...@gmail.com on 3 May 2011 at 5:18

GoogleCodeExporter commented 9 years ago
removing allAvailable = TRUE seemed to fix the problem, I wasn't getting loaded 
libraries anyway in the list so I don't know what this was doing for us anyway.

Any comments?

Original comment by kylecovi...@gmail.com on 3 May 2011 at 5:24

GoogleCodeExporter commented 9 years ago
not sure if this is linux specific. I have never seen the error on mac, windows

Original comment by anup.parikh on 3 May 2011 at 7:52

GoogleCodeExporter commented 9 years ago
I just saw it today with the natty upgrade.  the allAvailable = T wasn't 
actually changing anything though.  I still have to load the libraries before I 
can see them on my win7 machine.

Kyle

Original comment by kylecovi...@gmail.com on 3 May 2011 at 8:03

GoogleCodeExporter commented 9 years ago
OK seems to be working, if we aren't supporting linux then it isn't much of a 
problem

fixed

Original comment by kylecovi...@gmail.com on 7 Jun 2011 at 4:54