===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-tidygraph-1.2.0/R/tbl_graph.R-22-#' @param nodes A `data.frame` containing information about the nodes in the
r-cran-tidygraph-1.2.0/R/tbl_graph.R:23:#' graph. If `edges$to` and/or `edges$from` are characters then they will be
r-cran-tidygraph-1.2.0/R/tbl_graph.R-24-#' matched to the column named according to `node_key` in nodes, if it exists.
##############################################
r-cran-tidygraph-1.2.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-tidygraph-1.2.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-tidygraph-1.2.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM