===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-stringr-1.4.0/R/interp.R-6-#' [paste()] or [sprintf()]. The (template) string can
r-cran-stringr-1.4.0/R/interp.R:7:#' include expression placeholders of the form `${expression}` or
r-cran-stringr-1.4.0/R/interp.R:8:#' `$[format]{expression}`, where expressions are valid R expressions that
r-cran-stringr-1.4.0/R/interp.R-9-#' can be evaluated in the given environment, and `format` is a format
##############################################
r-cran-stringr-1.4.0/debian/tests/run-unit-test-4-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-stringr-1.4.0/debian/tests/run-unit-test:5:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-stringr-1.4.0/debian/tests/run-unit-test-6-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM