===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-profilemodel-0.6.0/R/scaleFit.R-2-    ## m.call <- fitted$call
r-cran-profilemodel-0.6.0/R/scaleFit.R:3:    ## mf <- model.frame(fitted$terms,data = eval(m.call$data))
r-cran-profilemodel-0.6.0/R/scaleFit.R-4-    ## X.or <- model.matrix(fitted$terms, mf, contrasts = fitted$contrasts)
##############################################
r-cran-profilemodel-0.6.0/R/profileModel.R-11-    fm.call <- fitted$call
r-cran-profilemodel-0.6.0/R/profileModel.R:12:    mf <- model.frame(fitted$terms,data=eval(fm.call$data))
r-cran-profilemodel-0.6.0/R/profileModel.R-13-    if (inherits(fitted,"BTm")) {
##############################################
r-cran-profilemodel-0.6.0/R/profileModel.R-377-    fm.call <- fitted$call
r-cran-profilemodel-0.6.0/R/profileModel.R:378:    mf <- model.frame(fitted$terms,data=eval(fm.call$data))
r-cran-profilemodel-0.6.0/R/profileModel.R-379-    Y <- model.response(mf)
##############################################
r-cran-profilemodel-0.6.0/man/profileModel.Rd-98-
r-cran-profilemodel-0.6.0/man/profileModel.Rd:99:  \code{mf <- model.frame(fitted$terms,data=eval(fitted$call$data)) ;
r-cran-profilemodel-0.6.0/man/profileModel.Rd-100-  model.matrix(fitted$terms,mf,contrasts = fitted$contrasts)}