-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rblindlist error? #1467
Comments
Were you able to reproduce the error after starting a new R session, before installing 1.9.4? I've gotten similar odd errors that resolved upon restarting R. Haven't isolated a specific trigger, though. |
Frankly, I haven't tried to reproduce it yet. But sitting in 1.9.4 all week. And at this point, I can barely remember where it happened to me :( I'm not going to be upgrading to a higher version until #1371 gets fixed, because I need fread to work :( |
@rBatt Can you post a reproducible example using any data.table version? |
I had the same issue, but was unable to isolate it too deeply. It only occurred when printing out more than 100 rows of data, on any data.table, regardless of content. Even a simple Once I started the new session, I was no longer able to reproduce it. |
When you come across it next time, without restarting the session use Until then, I'm not sure if we can do anything about this. |
Just hit the error again
Then in rbindlist(), it's right in the first line I saved the DT as an RDS object, quit the session, started a fresh session, loaded the RDS, and all was fine. It must be something in the session, though I wasn't able to identify. |
Hi, I hit this problem only when I use RStudio (0.99.887), but not in an R session started from a terminal. R 3.2.3. When I try to rbind an empty data.table with a one-line data.table, I get
Enter a frame number, or 0 to exit 1: source("~/work/rstatistics/bug_data.table.R") This happens after loading a 15Mb file. Source code+ file available on request. |
Pushed a fix. Please write back if it's still not fixed. |
The boxplot is the previous plot. I am trying to match the colors in my treemap so all my plots have same colors for each group. |
I tried command |
never mind, I stopped and started and it worked! |
Running data.table 1.9.6
I got the error when simply trying to print a data.table, not while creating it (even running
str(dt)
showed reasonable content). Subsequent function that tried to usedt
did fail though, with similar error message.I uninstalled, installed v 1.9.4, and the error was gone.
I haven't tried 1.9.7, and I haven't tried to isolate the error and make a minimal example. If this isn't a duplicate issue and it's an unresolved bug, I can post back with much more information.
Sorry for such a minimal tip-off. Once I got it working again I tied my system up with the work I was trying to do. But just let me know and I'll definitely report back with all the useful goodies :)
Thanks/ sorry
The text was updated successfully, but these errors were encountered: