===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-loo-2.3.1/vignettes/loo2-moment-matching.Rmd-183-The updated Pareto $k$ values stored in
r-cran-loo-2.3.1/vignettes/loo2-moment-matching.Rmd:184:`loo2$diagnostics$pareto_k` are considered algorithmic diagnostic values that
r-cran-loo-2.3.1/vignettes/loo2-moment-matching.Rmd-185-indicate the sampling accuracy. The original Pareto $k$ values are
r-cran-loo-2.3.1/vignettes/loo2-moment-matching.Rmd:186:stored in `loo2$pointwise[,"influence_pareto_k"]` and these are not modified
r-cran-loo-2.3.1/vignettes/loo2-moment-matching.Rmd-187-by the moment matching. These can be considered as diagnostics
##############################################
r-cran-loo-2.3.1/R/loo.R-635-#'
r-cran-loo-2.3.1/R/loo.R:636:`$.loo` <- function(x, name) {
r-cran-loo-2.3.1/R/loo.R-637-  flags <- c("elpd_loo", "se_elpd_loo", "p_loo", "se_p_loo", "looic", "se_looic",
##############################################
r-cran-loo-2.3.1/inst/doc/loo2-moment-matching.Rmd-183-The updated Pareto $k$ values stored in
r-cran-loo-2.3.1/inst/doc/loo2-moment-matching.Rmd:184:`loo2$diagnostics$pareto_k` are considered algorithmic diagnostic values that
r-cran-loo-2.3.1/inst/doc/loo2-moment-matching.Rmd-185-indicate the sampling accuracy. The original Pareto $k$ values are
r-cran-loo-2.3.1/inst/doc/loo2-moment-matching.Rmd:186:stored in `loo2$pointwise[,"influence_pareto_k"]` and these are not modified
r-cran-loo-2.3.1/inst/doc/loo2-moment-matching.Rmd-187-by the moment matching. These can be considered as diagnostics
##############################################
r-cran-loo-2.3.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-loo-2.3.1/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-loo-2.3.1/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM