Do we need library(xxxx)?
Posted: Sat Sep 23, 2017 9:40 am
Hi
I understood that required packages are listed in DESCRIPTION file, under Imports. As far as understood, one does not need to call library() within the module. However, I'm working on a module and libraries are not loaded (not even jvmcore). If I call library(xxx) within the .run() or any other function .foo() within the R6::R6Class() module, it works fine. Is that correct?
I understood that required packages are listed in DESCRIPTION file, under Imports. As far as understood, one does not need to call library() within the module. However, I'm working on a module and libraries are not loaded (not even jvmcore). If I call library(xxx) within the .run() or any other function .foo() within the R6::R6Class() module, it works fine. Is that correct?