===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-mitools-2.4/R/MI.R-194-    for(j in seq(along=dots)){
r-cran-mitools-2.4/R/MI.R:195:      object$imputations[[i]][,newnames[j]]<-eval(dots[[j]],object$imputations[[i]], parent.frame())
r-cran-mitools-2.4/R/MI.R-196-    }
##############################################
r-cran-mitools-2.4/R/update.R-28-        idx.j<-match(history[[i]][j],names(updates[[i]]))
r-cran-mitools-2.4/R/update.R:29:        outputs[[j]]<-eval(updates[[i]][[idx.j]]$expression, df)
r-cran-mitools-2.4/R/update.R-30-      }