===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-fansi-0.4.1/R/misc.R-221-#' document.  It overrides the `knitr` output hooks by using
r-cran-fansi-0.4.1/R/misc.R:222:#' `knitr::knit_hooks$set`.  It replaces the hooks with ones that convert ANSI
r-cran-fansi-0.4.1/R/misc.R-223-#' CSI SGR sequences into HTML.  In addition to replacing the hook functions,
##############################################
r-cran-fansi-0.4.1/R/misc.R-235-#' If you require more control than this function provides you can set the
r-cran-fansi-0.4.1/R/misc.R:236:#' `knitr` hooks manually with `knitr::knit_hooks$set`.  If you are seeing your
r-cran-fansi-0.4.1/R/misc.R-237-#' output gaining extra line breaks, look at the `split.nl` option.
##############################################
r-cran-fansi-0.4.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-fansi-0.4.1/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-fansi-0.4.1/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM