That's very odd.   Phew - glad it's working now though!

All I can think is that it was to do with the install process on Windows when an R process is open at the same time with data.table loaded in it. We've had similar issues in the past sometimes where a reboot followed by reinstall of data.table works. The reboot ensures that every last nuance of .dll usage is cleared. And the reboot also ensures that all versions of R are shut down. Linux seems much better at updating shared objects (.so) which are in use by processes, although similar problems have been reported on Linux too when (my best guess is) a zombie process holds up something in the install process. Only one or two reports, mind you.

The error about integer64 suggests that maybe the byte code didn't match up with the DLL code (since that's a new argument). Something like that, anyway, maybe.


On 03/09/13 16:19, statquant3 wrote:
Ok just took the .zip from http://datatable.r-forge.r-project.org/ and it is
now working.
I'll wait and try to compile it from source latter (though it compiled fine
so...)



--
View this message in context: 
http://r.789695.n4.nabble.com/Cannot-use-fread-with-data-table-1-8-10-tp4675269p4675273.html
Sent from the datatable-help mailing list archive at Nabble.com.
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help


_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help

Reply via email to