===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-earth-5.3.0/src/allowed.c-161-    INTEGER(CADR(s))[0] = iPred+1;  // 3rd element is "pred"
r-cran-earth-5.3.0/src/allowed.c:162:    int* p = INTEGER(CADDR(s));     // 4th element is "parents"
r-cran-earth-5.3.0/src/allowed.c-163-    int i, nDegree = 1;
##############################################
r-cran-earth-5.3.0/R/bpairs.R-32-        # This preempts the following error from within glm() later:
r-cran-earth-5.3.0/R/bpairs.R:33:        #   Error in eval(family$initialize) : y values must be 0 <= y <= 1
r-cran-earth-5.3.0/R/bpairs.R-34-        stop0("Binomial response (see above): all values should be between 0 and 1, or a binomial pair",
##############################################
r-cran-earth-5.3.0/R/model.matrix.earth.R-328-        } else {
r-cran-earth-5.3.0/R/model.matrix.earth.R:329:            temp <- try(eval(object$call[[argname, exact=TRUE]], envir=env), silent=TRUE)
r-cran-earth-5.3.0/R/model.matrix.earth.R-330-            if(!is.null(temp) && !is.try.err(temp)) {
##############################################
r-cran-earth-5.3.0/R/plotd.R-492-    } else if(is.lda.or.qda(object)) { # hack for lda and qda, get grouping arg
r-cran-earth-5.3.0/R/plotd.R:493:        y <- eval(object$call[[3]], model.env(object))
r-cran-earth-5.3.0/R/plotd.R-494-        # sanity check
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save-605-+                linpreds=TRUE, thresh=0, penalty=-1)), "non-integer #successes in a binomial glm")
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save:606:Error in eval(family$initialize) : 
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save-607-  (converted from warning) non-integer #successes in a binomial glm!
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save-971-GLM true devratio 0.00 dof 4/4 iters 4
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save:972:Warning in eval(family$initialize) :
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save-973-  non-integer #successes in a binomial glm!
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save-1005-
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save:1006:Warning in eval(family$initialize) :
r-cran-earth-5.3.0/inst/slowtests/test.bpairs.Rout.save-1007-  non-integer #successes in a binomial glm!
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.weights.Rout.save-327-+                     minspan=1, endspan=1, penalty=-1, thresh=1e-8, trace=-1)
r-cran-earth-5.3.0/inst/slowtests/test.weights.Rout.save:328:Warning in eval(family$initialize) :
r-cran-earth-5.3.0/inst/slowtests/test.weights.Rout.save-329-  non-integer #successes in a binomial glm!
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.weights.Rout.save-349-> glm.a8.weights <- glm(y~., data=data, weights=glm.weights, family=binomial)
r-cran-earth-5.3.0/inst/slowtests/test.weights.Rout.save:350:Warning in eval(family$initialize) :
r-cran-earth-5.3.0/inst/slowtests/test.weights.Rout.save-351-  non-integer #successes in a binomial glm!
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save-7363-argument 2 of the call is 'data'
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save:7364:eval(call$data, R_GlobalEnv)
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save-7365-call$data is usable and has column names O3 vh wind humidity temp ibh dpg ibt vis doy
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save-7425-argument 2 of the call is 'data'
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save:7426:eval(call$data, R_GlobalEnv)
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save-7427-call$data is usable and has column names O3 vh wind humidity temp ibh dpg ibt vis doy
##############################################
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save-7461-argument 2 of the call is 'data'
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save:7462:eval(call$data, R_GlobalEnv)
r-cran-earth-5.3.0/inst/slowtests/test.full.Rout.save-7463-call$data is usable and has column names O3 vh wind humidity temp ibh dpg ibt vis doy
##############################################
r-cran-earth-5.3.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-earth-5.3.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-earth-5.3.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM