R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
 
    ##call this function for executable python files
    
    ##If we are not under the os windows
    if (Sys.info()["sysname"] != "Windows"){
        callExecutablePy()
    }
    
    ##This function will allow your computer to download the python modules
    ## that we need
    ##dlPythonModules()
}
rricepackage/rRice documentation built on May 24, 2019, 2:53 p.m.