===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-recipes-0.1.15+dfsg/R/selections.R-96-eval_select_recipes <- function(quos, data, info) {
r-cran-recipes-0.1.15+dfsg/R/selections.R:97:  # Maintain ordering between `data` column names and `info$variable` so
r-cran-recipes-0.1.15+dfsg/R/selections.R-98-  # `eval_select()` and recipes selectors return compatible positions
##############################################
r-cran-recipes-0.1.15+dfsg/R/profile.R-124-  if (grid$len < 2)
r-cran-recipes-0.1.15+dfsg/R/profile.R:125:    rlang::abort("`grid$len should be at least 2.`")
r-cran-recipes-0.1.15+dfsg/R/profile.R-126-  if (!is.logical(grid$pctl))
r-cran-recipes-0.1.15+dfsg/R/profile.R:127:    rlang::abort("`grid$pctl should be logical.`")
r-cran-recipes-0.1.15+dfsg/R/profile.R-128-
##############################################
r-cran-recipes-0.1.15+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-recipes-0.1.15+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-recipes-0.1.15+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM