===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-treespace-1.1.3.2+dfsg/vignettes/introduction.Rmd-101-
r-cran-treespace-1.1.3.2+dfsg/vignettes/introduction.Rmd:102:The function `treespace` performs both tasks, returning both the matrix of pairwise tree comparisons (`$D`), and the PCoA (`$pco`).
r-cran-treespace-1.1.3.2+dfsg/vignettes/introduction.Rmd-103-This can be illustrated using randomly generated trees:
##############################################
r-cran-treespace-1.1.3.2+dfsg/inst/doc/introduction.Rmd-101-
r-cran-treespace-1.1.3.2+dfsg/inst/doc/introduction.Rmd:102:The function `treespace` performs both tasks, returning both the matrix of pairwise tree comparisons (`$D`), and the PCoA (`$pco`).
r-cran-treespace-1.1.3.2+dfsg/inst/doc/introduction.Rmd-103-This can be illustrated using randomly generated trees:
##############################################
r-cran-treespace-1.1.3.2+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-treespace-1.1.3.2+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-treespace-1.1.3.2+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM