Hmamouche Youssef
2017-10-30 21:12:39 UTC
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
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