<div dir="auto">Please share your code.<div dir="auto"><br></div><div dir="auto">KK</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 Jul 2017 12:31 a.m., "Johannes Signer" <<a href="mailto:jsigner@gwdg.de">jsigner@gwdg.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Rcpp-Developers,<br>
<br>
I have an R-package with some Rcpp code. If I build and install the package (`devtools::build()` and `devtools::install()`) everything works fine.<br>
<br>
But, when I check the package for CRAN submission (`devtools::check()`), I keep getting the following error:<br>
<br>
** testing if installed package can be loaded<br>
Error: package or namespace load failed for ‘amt’ in dyn.load(file, DLLpath = DLLpath, ...):<br>
 unable to load shared object '/tmp/RtmpLvrxAO/amt.Rcheck/am<wbr>t/libs/amt.so':<br>
  /tmp/RtmpLvrxAO/amt.Rcheck/amt<wbr>/libs/amt.so: undefined symbol: _Z11within_rcppN4Rcpp6VectorIL<wbr>i14ENS_15PreserveStorageEEEii<br>
Error: loading failed<br>
Execution halted<br>
ERROR: loading failed<br>
<br>
I thought it maybe has something to do with the function `within_rcpp`, but when I remove this function from the source, the next function occurs with the same error (only a different function name).<br>
<br>
I would appreciate any hints about how to resolve this error, or where it comes from.<br>
<br>
Many thanks,<br>
Johannes<br>
______________________________<wbr>_________________<br>
Rcpp-devel mailing list<br>
<a href="mailto:Rcpp-devel@lists.r-forge.r-project.org" target="_blank">Rcpp-devel@lists.r-forge.r-pro<wbr>ject.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel" rel="noreferrer" target="_blank">https://lists.r-forge.r-projec<wbr>t.org/cgi-bin/mailman/listinfo<wbr>/rcpp-devel</a></blockquote></div></div>