===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-rcpphnsw-0.3.0.9001+ds/NEWS.md-44-smaller than `k`. This check has been removed. Note that the correct behavior is
r-cran-rcpphnsw-0.3.0.9001+ds/NEWS.md:45:to ensure that `k` is smaller than or equal to `index$size()` where `index` is
r-cran-rcpphnsw-0.3.0.9001+ds/NEWS.md-46-the index you are searching. Because the `size()` method is new to this version,
r-cran-rcpphnsw-0.3.0.9001+ds/NEWS.md-47-to preserve compatibility with old indexes, this check *hasn't* been added to
r-cran-rcpphnsw-0.3.0.9001+ds/NEWS.md:48:`hnsw_search`. If this matters to you, manually compare `index$size()` with `k`
r-cran-rcpphnsw-0.3.0.9001+ds/NEWS.md-49-before running `hnsw_search`. An error will be thrown if `k` neighbors can't be
##############################################
r-cran-rcpphnsw-0.3.0.9001+ds/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-rcpphnsw-0.3.0.9001+ds/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-rcpphnsw-0.3.0.9001+ds/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM