- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1k
Closed
Description
Error in .Call("Crbindlist", l, use.names, fill) : 
  "Crbindlist" not resolved from current namespace (data.table)
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 use dt 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