[datatable-help] data.table 1.8.2 now on CRAN

Karl Ove Hufthammer karl at huftis.org
Thu Jul 19 10:00:54 CEST 2012


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



More information about the datatable-help mailing list