Re: [Rcpp-devel] operator<< issues

2018-03-19 Thread Tim Keitt
http://www.keittlab.org/ On Wed, Mar 14, 2018 at 12:51 PM, Iñaki Úcar wrote: > Hi all, > > I'm not sure whether this is a bug or not, so I think this is the > right place to start with. Consider the following code: > > Rcpp::sourceCpp(code=' > #include > using namespace Rcpp; > > // [[Rcp

Re: [Rcpp-devel] help needed on RcppEigen

2018-03-19 Thread Serguei Sokol
Le 19/03/2018 à 17:21, akshay kulkarni a écrit : dear sir,                I am using R to model stock prices but a slow "for" loop has stifled my research. I am using Rcpp to speed up my "for" loop. I am also using RcppEigen to implement block operations on xts objects. how do I use R

[Rcpp-devel] help needed on RcppEigen

2018-03-19 Thread akshay kulkarni
dear sir, I am using R to model stock prices but a slow "for" loop has stifled my research. I am using Rcpp to speed up my "for" loop. I am also using RcppEigen to implement block operations on xts objects. how do I use RcppEigen? If I just load it by: > require(RcppEigen

Re: [Rcpp-devel] operator<< issues

2018-03-19 Thread Dirk Eddelbuettel
On 19 March 2018 at 08:24, Iñaki Úcar wrote: | Hi -- I hope my last email didn't hit the spam folder. :-) It didn't but it is a little hard to say anything here. Sometimes the compiler needs help with disambiguation as you said. Dirk | Iñaki | | 2018-03-14 18:51 GMT+01:00 Iñaki Úcar : | > Hi

Re: [Rcpp-devel] operator<< issues

2018-03-19 Thread Iñaki Úcar
Hi -- I hope my last email didn't hit the spam folder. :-) Iñaki 2018-03-14 18:51 GMT+01:00 Iñaki Úcar : > Hi all, > > I'm not sure whether this is a bug or not, so I think this is the > right place to start with. Consider the following code: > > Rcpp::sourceCpp(code=' > #include > using nam