===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-gh-1.1.0/R/errors.R-21-#   common for the whole error hierarchy.) The trace is accessible within
r-cran-gh-1.1.0/R/errors.R:22:#   the error, e.g. `.Last.error$trace`. The trace of the last error is
r-cran-gh-1.1.0/R/errors.R-23-#   also at `.Last.error.trace`.
##############################################
r-cran-gh-1.1.0/R/errors.R-131-      cond$call <- cond$parent$`_childcall`
r-cran-gh-1.1.0/R/errors.R:132:      cond$`_nframe` <- cond$parent$`_childframe`
r-cran-gh-1.1.0/R/errors.R:133:      cond$`_ignore` <- cond$parent$`_childignore`
r-cran-gh-1.1.0/R/errors.R-134-    }
##############################################
r-cran-gh-1.1.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-gh-1.1.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-gh-1.1.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM