===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-dbitest-1.7.0/R/spec-meta-bind-.R-160-#'
r-cran-dbitest-1.7.0/R/spec-meta-bind-.R:161:#' @param pattern `[character(1)]`\cr Any character, optionally followed by `1` or `name`. Examples: `"?"`, `"$1"`, `":name"`
r-cran-dbitest-1.7.0/R/spec-meta-bind-.R-162-#'
##############################################
r-cran-dbitest-1.7.0/R/tweaks.R-52-    #'   A pattern for placeholders used in [dbBind()], e.g.,
r-cran-dbitest-1.7.0/R/tweaks.R:53:    #'   `"?"`, `"$1"`, or `":name"`. See
r-cran-dbitest-1.7.0/R/tweaks.R-54-    #'   [make_placeholder_fun()] for details.
##############################################
r-cran-dbitest-1.7.0/R/tweaks.R-166-#' @export
r-cran-dbitest-1.7.0/R/tweaks.R:167:`$.DBItest_tweaks` <- function(x, tweak) {
r-cran-dbitest-1.7.0/R/tweaks.R-168-  if (!(tweak %in% names(tweak_names))) {
##############################################
r-cran-dbitest-1.7.0/NEWS.md-13-- Document how to run tests externally and how to debug tests (#165).
r-cran-dbitest-1.7.0/NEWS.md:14:- `test_*()` gain new `run_only = NULL` argument that allow restricting the tests to be run with a positive match. `test_some()` uses `run_only` instead of constructing a regular expression with negative lookahead. This helps troubleshooting a single test with `testthat::set_reporter(DebugReporter$new())` .
r-cran-dbitest-1.7.0/NEWS.md-15-- `make_context()` gains `default_skip` argument and uses the `DBIConnector` class.
##############################################
r-cran-dbitest-1.7.0/debian/tests/run-unit-test-3-oname=DBItest
r-cran-dbitest-1.7.0/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
r-cran-dbitest-1.7.0/debian/tests/run-unit-test-5-
r-cran-dbitest-1.7.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-dbitest-1.7.0/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-dbitest-1.7.0/debian/tests/run-unit-test-8-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM