Full_Name: Jan Bentlage Version: 2.1.1 OS: Windows Submission from: (NULL) (212.62.93.226) I loaded a huge database (textfile, semikolon seperated) by read.csv2. The data already appeared in the list (by ls()). When I want to view the data in the editor, R completly crashes.
This is probably a bug in the editor, but you have given us no way to reproduce it. Please see the posting guide and FAQ and give us a reproducible example. On Mon, 15 Aug 2005 gemachtenest at gmx.de wrote:> Full_Name: Jan Bentlage > Version: 2.1.1 > OS: Windows > Submission from: (NULL) (212.62.93.226) > > > I loaded a huge database (textfile, semikolon seperated) by read.csv2. The data > already appeared in the list (by ls()). When I want to view the data in the > editor, R completly crashes.Which means what, exactly? Again, see the posting guide. -- Brian D. Ripley, ripley at stats.ox.ac.uk 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
gemachtenest at gmx.de wrote:> Full_Name: Jan Bentlage > Version: 2.1.1 > OS: Windows > Submission from: (NULL) (212.62.93.226) > > > I loaded a huge database (textfile, semikolon seperated) by read.csv2. The data > already appeared in the list (by ls()). When I want to view the data in the > editor, R completly crashes.Please put together a reproducible example. This might be a data editor bug or a bug in read.csv2 or something specific to your system. For example, create a data.frame of the same size containing simulated values, then see if you can edit that. If you can, write it out to a file, and see if you can read it in. A bug report that is as vague as yours isn't likely to be acted on. Duncan Murdoch