===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-bbmle-1.0.23.1/vignettes/mle2.Rnw-29-<<knitropts,echo=FALSE,message=FALSE>>=
r-cran-bbmle-1.0.23.1/vignettes/mle2.Rnw:30:if (require("knitr")) opts_chunk$set(fig.width=5,fig.height=5,tidy=FALSE,warning=FALSE,error=TRUE)
r-cran-bbmle-1.0.23.1/vignettes/mle2.Rnw-31-@ 
##############################################
r-cran-bbmle-1.0.23.1/vignettes/quasi.Rnw-28-<<opts,echo=FALSE>>=
r-cran-bbmle-1.0.23.1/vignettes/quasi.Rnw:29:if (require("knitr")) opts_chunk$set(tidy=FALSE)
r-cran-bbmle-1.0.23.1/vignettes/quasi.Rnw-30-@ 
##############################################
r-cran-bbmle-1.0.23.1/R/confint.R-94-            names(fix) <- pnames[pm]
r-cran-bbmle-1.0.23.1/R/confint.R:95:            call$fixed <- c(fix,eval(call$fixed))
r-cran-bbmle-1.0.23.1/R/confint.R-96-            if (!is.null(upper) && length(upper)>1) call$upper <- upper[-pm]
##############################################
r-cran-bbmle-1.0.23.1/R/predict.R-76-##   comb <- comb[!names(comb)==rvar] ## remove response variable
r-cran-bbmle-1.0.23.1/R/predict.R:77:  parameters <- eval(object@call$parameters)
r-cran-bbmle-1.0.23.1/R/predict.R-78-  if (!is.null(parameters)) {
##############################################
r-cran-bbmle-1.0.23.1/R/slice.R-180-        names(fix) <- p.i
r-cran-bbmle-1.0.23.1/R/slice.R:181:        call$fixed <- c(fix,eval(call$fixed))
r-cran-bbmle-1.0.23.1/R/slice.R-182-        call$eval.only = TRUE
##############################################
r-cran-bbmle-1.0.23.1/R/profile.R-49-        if (is.null(call$fixed)) call$fixed <- fix
r-cran-bbmle-1.0.23.1/R/profile.R:50:        else call$fixed <- c(eval(call$fixed),fix)
r-cran-bbmle-1.0.23.1/R/profile.R-51-        ## 
##############################################
r-cran-bbmle-1.0.23.1/inst/doc/mle2.Rnw-29-<<knitropts,echo=FALSE,message=FALSE>>=
r-cran-bbmle-1.0.23.1/inst/doc/mle2.Rnw:30:if (require("knitr")) opts_chunk$set(fig.width=5,fig.height=5,tidy=FALSE,warning=FALSE,error=TRUE)
r-cran-bbmle-1.0.23.1/inst/doc/mle2.Rnw-31-@ 
##############################################
r-cran-bbmle-1.0.23.1/inst/doc/quasi.R-1-## ----opts,echo=FALSE----------------------------------------------------------
r-cran-bbmle-1.0.23.1/inst/doc/quasi.R:2:if (require("knitr")) opts_chunk$set(tidy=FALSE)
r-cran-bbmle-1.0.23.1/inst/doc/quasi.R-3-
##############################################
r-cran-bbmle-1.0.23.1/inst/doc/quasi.Rnw-28-<<opts,echo=FALSE>>=
r-cran-bbmle-1.0.23.1/inst/doc/quasi.Rnw:29:if (require("knitr")) opts_chunk$set(tidy=FALSE)
r-cran-bbmle-1.0.23.1/inst/doc/quasi.Rnw-30-@ 
##############################################
r-cran-bbmle-1.0.23.1/inst/doc/mle2.R-1-## ----knitropts,echo=FALSE,message=FALSE---------------------------------------
r-cran-bbmle-1.0.23.1/inst/doc/mle2.R:2:if (require("knitr")) opts_chunk$set(fig.width=5,fig.height=5,tidy=FALSE,warning=FALSE,error=TRUE)
r-cran-bbmle-1.0.23.1/inst/doc/mle2.R-3-
##############################################
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test-3-oname=bbmle
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test-5-
##############################################
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test-25-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test:26:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test-27-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
##############################################
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test-45-rm -f boundstest.R impsamp.R prof_newmin.R prof_spec.R
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test:46:for htest in `ls *.R | sed 's/\.R$//'` ; do
r-cran-bbmle-1.0.23.1/debian/tests/run-unit-test-47-   if [ "${htest}" = "doRUnit" -o "${htest}" = "RUnit-tests" -o "${htest}" = "optimize" ] ; then