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

2018-03-08 Thread fernandohtoledo
: fernandohtol...@gmail.com To: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] Modules + Attributes for extensions Date: Wed, 07 Mar 2018 12:02:34 -0600 Dear Sergei, You got my question... however: I followed what is shown in RcppBDT as well as in Rcpp Extending Vignette i.e

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

2018-03-07 Thread fernandohtoledo
cpp code. Best, Serguei. > > My main difficulty is that! I will appreciate your points over that? > > Cheers, > FH > > -Original Message----- > From: Ralf Stubner > To: rcpp-devel@lists.r-forge.r-project.org > Subject: Re: [Rcpp-devel] Modules + Attributes for

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

2018-03-07 Thread Serguei Sokol
- From: Ralf Stubner To: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] Modules + Attributes for extensions Date: Tue, 6 Mar 2018 14:41:32 +0100 On 06.03.2018 00:08, fernandohtol...@gmail.com wrote: I will also appreciate if someone point me an R package in which custom as/wra

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

2018-03-07 Thread fernandohtoledo
or return? My main difficulty is that! I will appreciate your points over that? Cheers, FH -Original Message- From: Ralf Stubner To: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] Modules + Attributes for extensions Date: Tue, 6 Mar 2018 14:41:32 +0100 On 06.03.

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

2018-03-06 Thread Ralf Stubner
On 06.03.2018 00:08, fernandohtol...@gmail.com wrote: > I > will also appreciate if someone point me an R package in which custom > as/wrap are defined! The reference: http://dirk.eddelbuettel.com/code/rcpp/Rcpp-extending.pdf Also very useful: http://gallery.rcpp.org/articles/custom-templated-wrap

[Rcpp-devel] Modules + Attributes for extensions

2018-03-05 Thread fernandohtoledo
Dear All, I working in an R package where the main feature is some classes exposed through Modules. Besides, the classes constructors and methods, I am also exporting some functions that take classes instances plus other parameters to return new classes instances. So far, so good, everything is wo