===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-desc-1.2.0/tests/testthat/test-deps.R-58-
r-cran-desc-1.2.0/tests/testthat/test-deps.R:59:  expect_equal(eval(formals(desc$set_dep)[["type"]])[[1L]], "Imports")
r-cran-desc-1.2.0/tests/testthat/test-deps.R-60-
##############################################
r-cran-desc-1.2.0/R/assertions.R-30-on_failure(is_path) <- function(call, env) {
r-cran-desc-1.2.0/R/assertions.R:31:  paste0(eval(call$x, env), " is not a path")
r-cran-desc-1.2.0/R/assertions.R-32-}
##############################################
r-cran-desc-1.2.0/R/assertions.R-38-on_failure(is_existing_file) <- function(call, env) {
r-cran-desc-1.2.0/R/assertions.R:39:  paste0("File `", eval(call$x, env), "' does not exist")
r-cran-desc-1.2.0/R/assertions.R-40-}
##############################################
r-cran-desc-1.2.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-desc-1.2.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-desc-1.2.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM