===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-withr-2.3.0/R/compat-defer.R-49-  for (handler in handlers) {
r-cran-withr-2.3.0/R/compat-defer.R:50:    tryCatch(eval(handler$expr, handler$envir),
r-cran-withr-2.3.0/R/compat-defer.R-51-      error = function(e) {
##############################################
r-cran-withr-2.3.0/debian/tests/run-unit-test-3-oname=withr
r-cran-withr-2.3.0/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
r-cran-withr-2.3.0/debian/tests/run-unit-test-5-
r-cran-withr-2.3.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-withr-2.3.0/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-withr-2.3.0/debian/tests/run-unit-test-8-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM