===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-purrr-0.3.4/R/pluck.R-31-#' * These accessors never partial-match. This is unlike `$` which
r-cran-purrr-0.3.4/R/pluck.R:32:#'   will select the `disp` object if you write `mtcars$di`.
r-cran-purrr-0.3.4/R/pluck.R-33-#'
##############################################
r-cran-purrr-0.3.4/R/output.R-126-browse_in_frame <- function(frame) {
r-cran-purrr-0.3.4/R/output.R:127:  # ESS should problably set `.Platform$GUI == "ESS"`
r-cran-purrr-0.3.4/R/output.R-128-  # In the meantime, check that ESSR is attached
##############################################
r-cran-purrr-0.3.4/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-purrr-0.3.4/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-purrr-0.3.4/debian/tests/run-unit-test-8-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM