Ok, thanks! It's a nice solution. Now, I have to fight with several
Makefiles, because I'm managing calls to lot of libraries. I'm studying the
R's Matrix library as a good example to achieve it. Thanks again for your
help
El mié., 20 feb. 2019 a las 9:48, Iñaki Ucar ()
escribió:
> On Wed, 20 Feb
On Wed, 20 Feb 2019 at 09:33, Sergio Bra wrote:
>
> Hi community,
>
> In the near future I'll be trying to publish a package in the CRAN and after
> reading "Writing R extensions" I have some doubts.
>
> I have some c++ functions, available from the R-side with Rcpp. These c++
> functions have c
Hi community,
In the near future I'll be trying to publish a package in the CRAN and
after reading "Writing R extensions" I have some doubts.
I have some c++ functions, available from the R-side with Rcpp. These c++
functions have calls to some C packages. In the src directory I have the
source c