===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-lavasearch2-1.5.6+dfsg/src/Makevars:1:PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
##############################################
r-cran-lavasearch2-1.5.6+dfsg/R/modelsearch2.R-430-    ## ** take care of categorical variables
r-cran-lavasearch2-1.5.6+dfsg/R/modelsearch2.R:431:    iData <- try(eval(object$call$d), silent = TRUE)
r-cran-lavasearch2-1.5.6+dfsg/R/modelsearch2.R-432-    if(!inherits(iData, "data.frame")){
##############################################
r-cran-lavasearch2-1.5.6+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-lavasearch2-1.5.6+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-lavasearch2-1.5.6+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM