===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-cli-2.2.0/R/lazyrmd.R-27-# 1. Copy this file into your package, without changes.
r-cran-cli-2.2.0/R/lazyrmd.R:28:# 2. Call `lazyrmd$onload_hook()` from the `.onLoad()` function of your
r-cran-cli-2.2.0/R/lazyrmd.R-29-#    package. For example:
##############################################
r-cran-cli-2.2.0/R/spinner.R-71-#'   displays:
r-cran-cli-2.2.0/R/spinner.R:72:#'   * `"dots"`: show a dot for each `$spin()` call.
r-cran-cli-2.2.0/R/spinner.R-73-#'   * `"print"`: just print the frames of the spinner, one after another.
##############################################
r-cran-cli-2.2.0/R/spinner.R-80-#' `cli_spinner` methods:
r-cran-cli-2.2.0/R/spinner.R:81:#' * `$spin()`: output the next frame of the spinner.
r-cran-cli-2.2.0/R/spinner.R:82:#' * `$finish()`: terminate the spinner. Depending on terminal capabilities
r-cran-cli-2.2.0/R/spinner.R-83-#'   this removes the spinner from the screen. Spinners can be reused,
r-cran-cli-2.2.0/R/spinner.R:84:#'   you can start calling the `$spin()` method again.
r-cran-cli-2.2.0/R/spinner.R-85-#'
##############################################
r-cran-cli-2.2.0/R/defer.R-36-  for (handler in handlers) {
r-cran-cli-2.2.0/R/defer.R:37:    tryCatch(eval(handler$expr, handler$envir), error = identity)
r-cran-cli-2.2.0/R/defer.R-38-  }
##############################################
r-cran-cli-2.2.0/NEWS.md-76-
r-cran-cli-2.2.0/NEWS.md:77:* Symbols (`symbol$*`) are now correctly printed in RStudio on Windows (#124).
r-cran-cli-2.2.0/NEWS.md-78-
##############################################
r-cran-cli-2.2.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-cli-2.2.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-cli-2.2.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM