===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-pls-2.7-3/R/crossval.R-153-    fitCall <- object$call
r-cran-pls-2.7-3/R/crossval.R:154:    data <- eval(fitCall$data, parent.frame())
r-cran-pls-2.7-3/R/crossval.R-155-    if (is.null(data)) stop("`object' must be fit with a `data' argument.")
##############################################
r-cran-pls-2.7-3/R/crossval.R-157-    if (cppls <- (object$method == "cppls")) {
r-cran-pls-2.7-3/R/crossval.R:158:        weights <- eval(fitCall$weights, parent.frame())
r-cran-pls-2.7-3/R/crossval.R-159-    }
##############################################
r-cran-pls-2.7-3/R/crossval.R-163-        ## Handle "subset" argument
r-cran-pls-2.7-3/R/crossval.R:164:        data <- data[eval(fitCall$subset, parent.frame()),]
r-cran-pls-2.7-3/R/crossval.R-165-        object$call$subset <- NULL
##############################################
r-cran-pls-2.7-3/R/plots.R-725-{
r-cran-pls-2.7-3/R/plots.R:726:    if (!is.null(x$call$cumulative) && eval(x$call$cumulative) == FALSE)
r-cran-pls-2.7-3/R/plots.R-727-        stop("`cumulative = FALSE' not supported.")
##############################################
r-cran-pls-2.7-3/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-pls-2.7-3/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-pls-2.7-3/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM