===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-prodlim-2019.11.13/R/plot.prodlim.R-745-            ## require(survival)
r-cran-prodlim-2019.11.13/R/plot.prodlim.R:746:            lrtest <- survival::survdiff(eval(lrform),data=eval(x$call$data))
r-cran-prodlim-2019.11.13/R/plot.prodlim.R-747-            if (length(lrtest$n) == 1) {
##############################################
r-cran-prodlim-2019.11.13/R/SimSurv.R-84-  ## nix <- do.call("rbind",lapply(1:B,function(b){
r-cran-prodlim-2019.11.13/R/SimSurv.R:85:    ## quantile(eval(callx)$time,probs)
r-cran-prodlim-2019.11.13/R/SimSurv.R-86-  ## }))
##############################################
r-cran-prodlim-2019.11.13/R/mean.prodlim.R-12-  ntimes <- length(times)
r-cran-prodlim-2019.11.13/R/mean.prodlim.R:13:  if (missing(newdata)) newdata <- eval(x$call$data)
r-cran-prodlim-2019.11.13/R/mean.prodlim.R-14-  surv.frame <- predict(x,newdata=newdata,time=times,level.chaos=1,mode="matrix",type="surv")
##############################################
r-cran-prodlim-2019.11.13/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-prodlim-2019.11.13/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-prodlim-2019.11.13/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM