Re: [R] data.table error

2010-04-29 Thread David Winsemius
On Apr 29, 2010, at 3:49 PM, johannes rara wrote: Thanks for the quick response. I tried to install from R-Forge but it seems that data.table is not currently available? install.packages("data.table",repos="http://R-Forge.R-project.org";) Warning: unable to access index for repository http:/

Re: [R] data.table error

2010-04-29 Thread johannes rara
Thanks, it worked, and the error message disappeared... * installing *source* package ‘data.table’ ... ** libs ** arch - i386 gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include-fPIC -g -O2

Re: [R] data.table error

2010-04-29 Thread johannes rara
Thanks for the quick response. I tried to install from R-Forge but it seems that data.table is not currently available? > install.packages("data.table",repos="http://R-Forge.R-project.org";) Warning: unable to access index for repository http://R-Forge.R-project.org/bin/macosx/universal/contrib/2.

Re: [R] data.table error

2010-04-29 Thread Tom Short
Johannes, please try the latest version on R-forge (1.4). That error has been fixed, and it's much faster. We hope to have that to CRAN reasonably soon. To install, use: install.packages("data.table",repos="http://R-Forge.R-project.org";) - Tom Tom Short On Thu, Apr 29, 2010 at 3:40 PM, joha

[R] data.table error

2010-04-29 Thread johannes rara
I'm trying to learn data.table package but I get a following annoying error message: > install.packages("data.table") trying URL 'http://www.freestatistics.org/cran/bin/macosx/universal/contrib/2.10/data.table_1.2.tgz' Content type 'application/x-gzip' length 66823 bytes (65 Kb) opened URL ==