[Rcpp-devel] rcpp standalone compiled with intel c++

2018-03-07 Thread Vitaliy FEOKTISTOV
I'd like to have a standalone version of Rcpp. I compiled it as visual studio 2017 project with Intel 2018u1 c++ compiler. I had to switch off Date and Rcpp_init files to be compatible with windows (without major modifications). when I tried it on a small exemple NumericVector a; na=a.size() I get

Re: [Rcpp-devel] rcpp standalone compiled with intel c++

2018-03-07 Thread Jeff Newmiller
FAQ 2.9 https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-FAQ.pdf -- Sent from my phone. Please excuse my brevity. On March 7, 2018 6:08:21 AM PST, Vitaliy FEOKTISTOV wrote: >I'd like to have a standalone version of Rcpp. I compiled it as visual >studio 2017 project with Intel 2018u1 c++

Re: [Rcpp-devel] Modules + Attributes for extensions

2018-03-07 Thread fernandohtoledo
Dear Ralf and others, Thanks for your reply. I did looked for the references you pointed before. Unfortunately, there is nothing new in the Extending vignette than what can be found in Dirk's book chapter. Basically, all the others implement custom as/wrap for third part classes to SEXP fundamenta

Re: [Rcpp-devel] Modules + Attributes for extensions

2018-03-07 Thread Serguei Sokol
Le 07/03/2018 à 15:59, fernandohtol...@gmail.com a écrit : Dear Ralf and others, Thanks for your reply. I did looked for the references you pointed before. Unfortunately, there is nothing new in the Extending vignette than what can be found in Dirk's book chapter. Basically, all the others imple

Re: [Rcpp-devel] Modules + Attributes for extensions

2018-03-07 Thread fernandohtoledo
Dear Sergei, You got my question... however: I followed what is shown in RcppBDT as well as in Rcpp Extending Vignette i.e., include RcppCommon.h, define the class, include Rcpp.h. But, how the implement as/wrap?  I also turn available the extensions trough the "depends" attribute. It works and