Re: [Rcpp-devel] help with Rcpp::List of Rcpp::List

2023-01-30 Thread Jean Thioulouse
Thanks for the (private) answers that helped me to solve the problem, by just removing these stupid useless lines. Jean > Le 27 janv. 2023 à 19:30, THIOULOUSE JEAN a > écrit : > > Dear Rcpp-devel list > > I need your help again to solve a problem I have when submitting a new > release of t

[Rcpp-devel] help with Rcpp::List of Rcpp::List

2023-01-27 Thread THIOULOUSE JEAN
Dear Rcpp-devel list I need your help again to solve a problem I have when submitting a new release of the ade4 package (https://github.com/sdray/ade4) to CRAN. I wrote a C++ function where I need to use a list of lists (see code below). It works perfectly on all platforms, but the Windows and

Re: [Rcpp-devel] Help with Rcpp

2014-05-12 Thread Dirk Eddelbuettel
On 12 May 2014 at 15:27, Talita Perciano wrote: | Sure! Here is the result of R CMD INSTALL | | * installing to library ‘/home/talita/R’ | * installing *source* package ‘mypackage’ ... | checking for g++... g++ [...] Ok, so you know how to build a configure script. Good for you. [...] | config.

Re: [Rcpp-devel] Help with Rcpp

2014-05-12 Thread Talita Perciano
Sure! Here is the result of R CMD INSTALL * installing to library ‘/home/talita/R’ * installing *source* package ‘mypackage’ ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no ch

Re: [Rcpp-devel] Help with Rcpp

2014-05-12 Thread Dirk Eddelbuettel
On 12 May 2014 at 14:03, Talita Perciano wrote: | Hi, | | I'm using Rcpp with my package and I'm having some issues with version 0.11.0. | I followed all the instructions in the manual and I don't know what is | happening. The NAMESPACE file of my package is: | | useDynLib(x) | exportPattern("^[

[Rcpp-devel] Help with Rcpp

2014-05-12 Thread Talita Perciano
Hi, I'm using Rcpp with my package and I'm having some issues with version 0.11.0. I followed all the instructions in the manual and I don't know what is happening. The NAMESPACE file of my package is: useDynLib(x) exportPattern("^[[:alpha:]]+") importFrom(Rcpp, evalCpp) In the DESCRIPTION file