===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-snowfall-1.84-6.1/R/init.R-190-    if( libList[[.sfOption$type]] != "" ) {
r-cran-snowfall-1.84-6.1/R/init.R:191:      if( !require( libList[[.sfOption$type]], character.only=TRUE ) ) {
r-cran-snowfall-1.84-6.1/R/init.R-192-        message( paste( "Failed to load required library:", libList[[.sfOption$type]],
##############################################
r-cran-snowfall-1.84-6.1/R/snowWrappers.R-125-  ## However snow limits list size to cluster nodes in "normal"
r-cran-snowfall-1.84-6.1/R/snowWrappers.R:126:  ## execution.
r-cran-snowfall-1.84-6.1/R/snowWrappers.R-127-  ## This is a fatal error in parallel mode and a warning in sequential.