===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-forecast-8.13/vignettes/JSS2008.Rmd-682-$$\mbox{AIC} = -2\log(L) + 2(p+q+P+Q+k)$$
r-cran-forecast-8.13/vignettes/JSS2008.Rmd:683:where $k=1$ if $c\ne0$ and 0 otherwise, and $L$ is the maximized
r-cran-forecast-8.13/vignettes/JSS2008.Rmd-684-likelihood of the model fitted to the \emph{differenced} data
##############################################
r-cran-forecast-8.13/R/lm.R-259-  else if (!is.null(object$call$data)) {
r-cran-forecast-8.13/R/lm.R:260:    origdata <- try(object$data <- eval(object$call$data), silent = TRUE)
r-cran-forecast-8.13/R/lm.R-261-    if (is.element("try-error", class(origdata))) {
##############################################
r-cran-forecast-8.13/R/lm.R-292-  # {
r-cran-forecast-8.13/R/lm.R:293:  #   j <- eval(object$call$subset)
r-cran-forecast-8.13/R/lm.R-294-  #   origdata <- origdata[j,]
##############################################
r-cran-forecast-8.13/R/unitRoot.R-316-# $\Delta\Delta_m X_t = \beta_1Z_{4,t-1} + \beta_2Z_{5,t-m} + \alpha_1\Delta\Delta_mX_{t-1} + \ldots + \alpha_p\Delta\Delta_mX_{t-p}$
r-cran-forecast-8.13/R/unitRoot.R:317:# Where $Z_{4,t} = \hat{\lambda}(B)\Delta_mX_t$, $Z_{5,t} = \hat{\lambda}(B)\Delta X_t$, and $\hat{\lambda}(B)$ is an AR(p) lag operator with coefficients from an estimated AR(p) process of $\Delta\Delta_m X_t$.
r-cran-forecast-8.13/R/unitRoot.R-318-
##############################################
r-cran-forecast-8.13/inst/doc/JSS2008.Rmd-682-$$\mbox{AIC} = -2\log(L) + 2(p+q+P+Q+k)$$
r-cran-forecast-8.13/inst/doc/JSS2008.Rmd:683:where $k=1$ if $c\ne0$ and 0 otherwise, and $L$ is the maximized
r-cran-forecast-8.13/inst/doc/JSS2008.Rmd-684-likelihood of the model fitted to the \emph{differenced} data
##############################################
r-cran-forecast-8.13/inst/CITATION-10-# Grab authors from DESCRIPTION file
r-cran-forecast-8.13/inst/CITATION:11:# authors <- eval(parse(text=as.list(read.dcf("../DESCRIPTION")[1, ])$`Authors@R`))
r-cran-forecast-8.13/inst/CITATION-12-# authors <- authors[sapply(authors$role, function(roles) "aut" %in% roles)]
##############################################
r-cran-forecast-8.13/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-forecast-8.13/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-forecast-8.13/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM