[Rcpp-devel] Warning when using modules

Hmamouche Youssef hmamoucheyussef at gmail.com
Mon Oct 30 22:12:39 CET 2017


Hi,

In a Rcpp package with the use of modules to convert c++ class,
i get the following warning when I tested the module:

Found more than one class "Rcpp-moduleName" in cache; using the first, from
namespace 'packageName'.

To loadmodule, i use the following way in the module.R file:

    - loadModule('moduleName', TRUE)

    - Module ('moduleName', PACKAGE = "packageName").

Is it possible to hide this warning ?

Thanks,

Youssef
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20171030/c1471dd8/attachment.html>


More information about the Rcpp-devel mailing list