On 30 October 2017 at 22:12, Hmamouche Youssef wrote:
| 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 ?

You probably want to fix your code.  You likely have more than one Module
defined as Rcpp-moduleName.  As the lookup is by name, this is probably not
what you want.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to