===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-jrc-0.4.0/R/jrc.R-141-      if(msg[1] == "COM") {
r-cran-jrc-0.4.0/R/jrc.R:142:        eval(parse(text = msg[2]), envir = private$envir)
r-cran-jrc-0.4.0/R/jrc.R-143-      } else if(msg[1] == "DATA") {
##############################################
r-cran-jrc-0.4.0/R/jrc.R-182-            if(arg != "...")
r-cran-jrc-0.4.0/R/jrc.R:183:              tryCatch(msg[[3]][[arg]] <- eval(fors[[arg]], private$envir),
r-cran-jrc-0.4.0/R/jrc.R-184-                       error = function(e) {})