[datatable-help] FW: fread statement for a long data table

Arunkumar Srinivasan aragorn168b at gmail.com
Mon Jul 28 20:19:59 CEST 2014


Looking at this post: https://github.com/Rdatatable/data.table/issues/740
It seems to me that updating to the newest Rtools might be worth a try. Also try installing with `build_vignettes=FALSE` argument to the `install_github` function…
Hopefully either of these resolves it for you.

Arun

From: Frank S. f_j_rod at hotmail.com
Reply: Frank S. f_j_rod at hotmail.com
Date: July 28, 2014 at 7:06:59 PM
To: datatable-help at lists.r-forge.r-project.org datatable-help at lists.r-forge.r-project.org, aragorn168b at gmail.com aragorn168b at gmail.com
Subject:  FW: [datatable-help] fread statement for a long data table  


 

From: f_j_rod at hotmail.com
To: aragorn168b at gmail.com
Subject: RE: [datatable-help] FW: fread statement for a long data table
Date: Mon, 28 Jul 2014 19:06:09 +0200

Hi Arunkumar,

 

I can not install version 1.9.3 of data table package. I download data-table-master.zip from web:

 

https://github.com/Rdatatable/data.table/
 

And the I execute the following lines:

 

require(devtools)
install_github("data.table", "Rdatatable")

 

But it appears an error message:

 

Installing github repo data.table/master from Rdatatable
Downloading master.zip from https://github.com/Rdatatable/data.table/archive/master.zip
Installing package from c:\TEMP\Rtmpq40Zag/master.zip
Installing data.table
"C:/PROGRA~1/R/R-31~1.1/bin/x64/R" --vanilla CMD build "c:\TEMP\Rtmpq40Zag\devtools13984b0b7a1b\data.table-master" --no-manual --no-resave-data

* checking for file 'c:\TEMP\Rtmpq40Zag\devtools13984b0b7a1b\data.table-master/DESCRIPTION' ... OK
* preparing 'data.table':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
Warning: running command '"C:/PROGRA~1/R/R-31~1.1/bin/x64/Rcmd.exe" INSTALL -l "c:\TEMP\RtmpIPAerX\Rinst10886f22ec" --no-multiarch "c:/TEMP/RtmpIPAerX/Rbuild108834cd355/data.table"' had status 1
      -----------------------------------
* installing *source* package 'data.table' ...
** libs
Warning: running command 'make -f "Makevars" -f "C:/PROGRA~1/R/R-31~1.1/etc/x64/Makeconf" -f "C:/PROGRA~1/R/R-31~1.1/share/make/winshlib.mk" SHLIB="data.table.dll" WIN=64 TCLBIN=64 OBJECTS="assign.o bmerge.o chmatch.o dogroups.o fastmean.o fastradixdouble.o fastradixint.o fcast.o fmelt.o forder.o fread.o gsumm.o init.o rbindlist.o reorder.o uniqlist.o vecseq.o wrappers.o"' had status 127
ERROR: compilation failed for package 'data.table'
* removing 'c:/TEMP/RtmpIPAerX/Rinst10886f22ec/data.table'
      -----------------------------------
ERROR: package installation failed
Error: Command failed (1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/datatable-help/attachments/20140728/043d49e5/attachment.html>


More information about the datatable-help mailing list