===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-rlist-0.4.6.1/tests/testthat/test-utils.R-16-  e$x <- 1
r-cran-rlist-0.4.6.1/tests/testthat/test-utils.R:17:  expect_identical(with(e, tryEval(x, 0)), e$x)
r-cran-rlist-0.4.6.1/tests/testthat/test-utils.R-18-  expect_identical(tryEval(y, 0), 0)
##############################################
r-cran-rlist-0.4.6.1/R/List.R-195-#' @export
r-cran-rlist-0.4.6.1/R/List.R:196:`$<-.List` <- List_set_function("$<-")
r-cran-rlist-0.4.6.1/R/List.R-197-
##############################################
r-cran-rlist-0.4.6.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-rlist-0.4.6.1/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-rlist-0.4.6.1/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM