===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-rstantools-2.1.1/vignettes/minimal-rstan-package.Rmd-166-in the package. The rule is that the Stan program compiled from the model code
r-cran-rstantools-2.1.1/vignettes/minimal-rstan-package.Rmd:167:in `inst/stan/foo.stan` is stored as list element `stanmodels$foo`. Thus, the
r-cran-rstantools-2.1.1/vignettes/minimal-rstan-package.Rmd-168-filename of the Stan program in the `inst/stan` directory should not contain
##############################################
r-cran-rstantools-2.1.1/R/prior_summary.R-13-#'
r-cran-rstantools-2.1.1/R/prior_summary.R:14:#'   The default method just returns `object$prior.info`, which is
r-cran-rstantools-2.1.1/R/prior_summary.R-15-#'   `NULL` if there is no `'prior.info'` element.
##############################################
r-cran-rstantools-2.1.1/inst/doc/minimal-rstan-package.Rmd-166-in the package. The rule is that the Stan program compiled from the model code
r-cran-rstantools-2.1.1/inst/doc/minimal-rstan-package.Rmd:167:in `inst/stan/foo.stan` is stored as list element `stanmodels$foo`. Thus, the
r-cran-rstantools-2.1.1/inst/doc/minimal-rstan-package.Rmd-168-filename of the Stan program in the `inst/stan` directory should not contain
##############################################
r-cran-rstantools-2.1.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-rstantools-2.1.1/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-rstantools-2.1.1/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM