Well, i tried one module exposing one class. But the problem still the
same. I don't think this is about fixing code, because the problem is
resolved when i changed the way of loading the module:
*moduleName <- Module( "moduleName" )*
*.onLoad <- function(libname, pkgname) {}*
Instead of *loadMod
On 31 October 2017 at 17:34, Hmamouche Youssef wrote:
| Well, i tried one module exposing one class. But the problem still the
| same. I don't think this is about fixing code, because the problem is
| resolved when i changed the way of loading the module:
|
| *moduleName <- Module( "moduleName" )