: 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
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
-
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
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.
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
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