===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-htmltools-0.5.0/NEWS-20-
r-cran-htmltools-0.5.0/NEWS:21:* `save_html(tags$body(...))` no longer results in double <body> tags being
r-cran-htmltools-0.5.0/NEWS:22:  written to the .html file. (Note that `save_html(tags$html(...))` is not
r-cran-htmltools-0.5.0/NEWS-23-  supported at this time.) (#145)
##############################################
r-cran-htmltools-0.5.0/R/utils.R-3-# WSTextWriter relies on the caller distinguishing between writes of important
r-cran-htmltools-0.5.0/R/utils.R:4:# content, and writes of whitespace that may or may not be elided (`.$write()`
r-cran-htmltools-0.5.0/R/utils.R:5:# vs `.$writeWS()`).
r-cran-htmltools-0.5.0/R/utils.R-6-#
##############################################
r-cran-htmltools-0.5.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-htmltools-0.5.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-htmltools-0.5.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM