===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-treescape-1.10.18+dfsg/inst/doc/treescape.Rmd-103-
r-cran-treescape-1.10.18+dfsg/inst/doc/treescape.Rmd:104:The function `treescape` performs both tasks, returning both the matrix of pairwise tree comparisons (`$D`), and the PCoA (`$pco`).
r-cran-treescape-1.10.18+dfsg/inst/doc/treescape.Rmd-105-This can be illustrated using randomly generated trees:
##############################################
r-cran-treescape-1.10.18+dfsg/vignettes/treescape.Rmd-103-
r-cran-treescape-1.10.18+dfsg/vignettes/treescape.Rmd:104:The function `treescape` performs both tasks, returning both the matrix of pairwise tree comparisons (`$D`), and the PCoA (`$pco`).
r-cran-treescape-1.10.18+dfsg/vignettes/treescape.Rmd-105-This can be illustrated using randomly generated trees:
##############################################
r-cran-treescape-1.10.18+dfsg/README.md-77-
r-cran-treescape-1.10.18+dfsg/README.md:78:The function `treescape` performs both tasks, returning both the matrix of pairwise tree comparisons (`$D`), and the PCoA (`$pco`).
r-cran-treescape-1.10.18+dfsg/README.md-79-This can be illustrated using randomly generated trees:
##############################################
r-cran-treescape-1.10.18+dfsg/debian/tests/run-unit-test-3-oname=treescape
r-cran-treescape-1.10.18+dfsg/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr [A-Z] [a-z]`
r-cran-treescape-1.10.18+dfsg/debian/tests/run-unit-test-5-
r-cran-treescape-1.10.18+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-treescape-1.10.18+dfsg/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-treescape-1.10.18+dfsg/debian/tests/run-unit-test-8-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM