[Rcpp-devel] hash

2013-03-19 Thread Aileen Lin
Can anyone give me an example of how to use hash table to do joins? For example, a <- matrix(c(1:14), ncol = 2, dimnames = list(NULL, c('id','value'))) b <- matrix(0, ncol = 2, nrow = 30, dimnames = list(NULL, c('id', 'value'))) b[,1] <- sample(c(1:7), size = 30, replace = T) I need to populate b

Re: [Rcpp-devel] Building RProtoBuf on Windows

2013-03-19 Thread Dirk Eddelbuettel
On 19 March 2013 at 15:33, John Buonagurio wrote: | Hi all, | | I hope this is the best list for this question. I am attempting to build RProtoBuf on Windows - has anyone made recent progress on this and could you provide any suggestions? I managed to build the DLL with protobuf-2.5.0 and GCC

Re: [Rcpp-devel] Building RProtoBuf on Windows

2013-03-19 Thread David Ibarra Gómez
Hi, Maybe the best place it is [email protected]. Nevertheless I have used RProtoBuf on windows and Debian, but downloading the package... Regards David Ibarra Gomez Jefe de Proyectos Dirección de Ingeniería de sistemas Aqualogy Aqua Ambiente diba...@aqualog

[Rcpp-devel] Building RProtoBuf on Windows

2013-03-19 Thread John Buonagurio
Hi all, I hope this is the best list for this question. I am attempting to build RProtoBuf on Windows - has anyone made recent progress on this and could you provide any suggestions? I managed to build the DLL with protobuf-2.5.0 and GCC 4.4 (MinGW) by making only a few changes to the source, b