===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-rcppprogress-0.4.2/man/RcppProgress-package.Rd-140-
r-cran-rcppprogress-0.4.2/man/RcppProgress-package.Rd:141:PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(SHLIB_OPENMP_CXXFLAGS) `$(R_HOME)/bin/Rscript -e "RcppProgress:::CxxFlags()"`
r-cran-rcppprogress-0.4.2/man/RcppProgress-package.Rd-142-and
r-cran-rcppprogress-0.4.2/man/RcppProgress-package.Rd-143-
r-cran-rcppprogress-0.4.2/man/RcppProgress-package.Rd:144:PKG_CXXFLAGS +=-Ilibsrc $(SHLIB_OPENMP_CXXFLAGS) `$(R_HOME)/bin/Rscript -e "RcppProgress:::CxxFlags()"`
r-cran-rcppprogress-0.4.2/man/RcppProgress-package.Rd-145-
##############################################
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressExample/src/Makevars-1-## Use the R_HOME indirection to support installations of multiple R version
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressExample/src/Makevars:2:PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(SHLIB_OPENMP_CXXFLAGS)
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressExample/src/Makevars-3-PKG_CXXFLAGS += -Wall $(SHLIB_OPENMP_CXXFLAGS)
##############################################
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressArmadillo/src/Makevars-1-## Use the R_HOME indirection to support installations of multiple R version
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressArmadillo/src/Makevars:2:PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(SHLIB_OPENMP_CXXFLAGS)
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressArmadillo/src/Makevars-3-PKG_CXXFLAGS += -Wall $(SHLIB_OPENMP_CXXFLAGS)
##############################################
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressETA/src/Makevars-1-## Use the R_HOME indirection to support installations of multiple R version
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressETA/src/Makevars:2:PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(SHLIB_OPENMP_CXXFLAGS)
r-cran-rcppprogress-0.4.2/inst/examples/RcppProgressETA/src/Makevars-3-PKG_CXXFLAGS += -Wall $(SHLIB_OPENMP_CXXFLAGS)
##############################################
r-cran-rcppprogress-0.4.2/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-rcppprogress-0.4.2/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-rcppprogress-0.4.2/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM