R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {

    #packageStartupMessage("Good")
    
    ##We load this function to execute all the python files
    transformExePy()

}
antoinepari/testRRiceTravis documentation built on May 29, 2019, 2:10 p.m.