===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-fauxpas-0.5.0+dfsg/R/errors.R-187-      if (self$muffle) if (stat < 300) return(invisible(response))
r-cran-fauxpas-0.5.0+dfsg/R/errors.R:188:      eval(parse(text = self$behavior))(
r-cran-fauxpas-0.5.0+dfsg/R/errors.R-189-        private$make_condition(response, private$behavior_type, call, mssg, template)
##############################################
r-cran-fauxpas-0.5.0+dfsg/NEWS.md-20-
r-cran-fauxpas-0.5.0+dfsg/NEWS.md:21:* `behavior_type` variable in the `Error` class object is now a private variable, and can be set with a new method `$set_behavior()` (#7)
r-cran-fauxpas-0.5.0+dfsg/NEWS.md-22-* For `http*()` S3 list methods added additional checks for response objects from `curl` package that are simple lists, so are challenging to verify (#5)
##############################################
r-cran-fauxpas-0.5.0+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-fauxpas-0.5.0+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-fauxpas-0.5.0+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM