Matthew Dowle wrote: > To test your installation : > > require(data.table) > test.data.table() > ... snip ... > All 717 tests in test.data.table() completed ok in 54.099sec > > If it says 717, then you're 100% good.
Note that test.data.table() won’t necessarily work properly under a non-English locale, as some of the warnings or error messages may come out translated. On my (Norwegian Nynorsk) Windows system, 31 tests failed. But if I start R from the command line by typing SET LC_ALL=C c:\Path-To-R...\Rgui.exe everything worked fine. -- Karl Ove Hufthammer _______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
