===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-rematch2-2.1.2/R/indexing.R-5-
r-cran-rematch2-2.1.2/R/indexing.R:6:`$.rematch_records` <- function(x, name) {
r-cran-rematch2-2.1.2/R/indexing.R-7-  if (! name %in% c("match", "start", "end")) {
##############################################
r-cran-rematch2-2.1.2/R/indexing.R-17-
r-cran-rematch2-2.1.2/R/indexing.R:18:`$.rematch_allrecords` <- function(x, name) {
r-cran-rematch2-2.1.2/R/indexing.R-19-  if (! name %in% c("match", "start", "end")) {
##############################################
r-cran-rematch2-2.1.2/debian/tests/run-unit-test-7-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-rematch2-2.1.2/debian/tests/run-unit-test:8:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-rematch2-2.1.2/debian/tests/run-unit-test-9-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM