===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R-13-  # if the idName is already used, error
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R:14:  if (!is.null(eval(parse(text=paste("objectListLocal$", idName, sep="")))))
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R-15-  {
##############################################
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R-20-  # assign to the local figure list
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R:21:  eval(parse(text=paste("objectListLocal$", idName, " <- ", num, sep="")))
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R-22-  # put the local figure list in the one contained in the environment
##############################################
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R-89-  objectListLocal <- get(objectListName, envir=numEnv)
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R:90:  num <- eval(parse(text=paste("objectListLocal$", idName, sep="")))
r-cran-lhs-1.1.1/vignettes/VignetteCommonCode.R-91-  if (is.null(num))
##############################################
r-cran-lhs-1.1.1/debian/tests/run-unit-test-4-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-lhs-1.1.1/debian/tests/run-unit-test:5:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-lhs-1.1.1/debian/tests/run-unit-test-6-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM