===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-popepi-0.4.8+dfsg/tests/testthat/test_survtab_usage.R-414-  expect_error(eval(e), regexp = er)
r-cran-popepi-0.4.8+dfsg/tests/testthat/test_survtab_usage.R:415:  expect_equal(eval(eb)$surv.obs.hi, la[[2]]$surv.obs.hi)
r-cran-popepi-0.4.8+dfsg/tests/testthat/test_survtab_usage.R-416-  
##############################################
r-cran-popepi-0.4.8+dfsg/R/evaluation.R-453-  ## detect if word$word is used in d
r-cran-popepi-0.4.8+dfsg/R/evaluation.R:454:  t <- regexec(pattern = "\\w+\\$\\w+", text = d)
r-cran-popepi-0.4.8+dfsg/R/evaluation.R-455-  if (t != -1) {
##############################################
r-cran-popepi-0.4.8+dfsg/R/mean_survival.R-377-  ## check weights & adjust ----------------------------------------------------
r-cran-popepi-0.4.8+dfsg/R/mean_survival.R:378:  test_obs <- x[, .(obs=.N),  keyby=eval(TF__$by_vars_tmp)]
r-cran-popepi-0.4.8+dfsg/R/mean_survival.R-379-  if (length(by_vars)) setnames(test_obs, by_vars_tmp, by_vars)
##############################################
r-cran-popepi-0.4.8+dfsg/R/splitting_utility_functions.R-886-  x[, c(l$ex, l$en) := list(eval(exSub, envir = .SD, enclos = PF), 
r-cran-popepi-0.4.8+dfsg/R/splitting_utility_functions.R:887:                            eval(enSub, envir = .SD, enclos = PF)), by = c(l$by)]
r-cran-popepi-0.4.8+dfsg/R/splitting_utility_functions.R-888-  
##############################################
r-cran-popepi-0.4.8+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-popepi-0.4.8+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-popepi-0.4.8+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM