===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-bioc-biocneighbors-1.8.1+ds/inst/doc/range.Rmd-77-
r-bioc-biocneighbors-1.8.1+ds/inst/doc/range.Rmd:78:... where each entry of `qout$index` corresponds to a row of `query` and contains its neighbors in `data`.
r-bioc-biocneighbors-1.8.1+ds/inst/doc/range.Rmd-79-Again, the order of the output is arbitrary but the identity of the neighbors is deterministic.
##############################################
r-bioc-biocneighbors-1.8.1+ds/vignettes/range.Rmd-77-
r-bioc-biocneighbors-1.8.1+ds/vignettes/range.Rmd:78:... where each entry of `qout$index` corresponds to a row of `query` and contains its neighbors in `data`.
r-bioc-biocneighbors-1.8.1+ds/vignettes/range.Rmd-79-Again, the order of the output is arbitrary but the identity of the neighbors is deterministic.
##############################################
r-bioc-biocneighbors-1.8.1+ds/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-bioc-biocneighbors-1.8.1+ds/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-bioc-biocneighbors-1.8.1+ds/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM