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
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
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.
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
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("^[
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