=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-msm-1.6.8/ChangeLog-1096- * R/msm.R: Bug fix which affected bootstrap refitting in r-cran-msm-1.6.8/ChangeLog:1097: pearson.msm, giving "Error in `$<-.data.frame`(`*tmp*`, r-cran-msm-1.6.8/ChangeLog-1098- "pci.imp"..." ############################################## r-cran-msm-1.6.8/vignettes/msm-manual.Rnw-2234- \Rfunction{hmmTNorm} & Truncated normal & \Rfunarg{mean, sd, lower, upper} & $\mu,\sigma,l,u$ & $\mu$ (identity) & r-cran-msm-1.6.8/vignettes/msm-manual.Rnw:2235:\parbox[t]{2in}{$\phi(x, \mu, \sigma) / \\ (\Phi(u, \mu, \sigma) - \Phi(l, \mu, \sigma))$, \\ where $\Phi(x,\mu,\sigma) = \int_{-\infty}^x \phi(u,\mu,\sigma) du$} r-cran-msm-1.6.8/vignettes/msm-manual.Rnw-2236- \\ ############################################## r-cran-msm-1.6.8/R/boot.R-96- x$call$data <- substitute(boot.data) r-cran-msm-1.6.8/R/boot.R:97: res <- try(eval(x$call)) r-cran-msm-1.6.8/R/boot.R-98- if (!inherits(res, "try-error") && !is.null(stat)) ############################################## r-cran-msm-1.6.8/R/utils.R-55- if (is.null(method) || !(method %in% c("pade","series","analytic"))) { r-cran-msm-1.6.8/R/utils.R:56: if (is.null(method)) method <- eval(formals(expm::expm)$method) r-cran-msm-1.6.8/R/utils.R-57- resi <- expm::expm(t[i]*mat, method=method, ...) ############################################## r-cran-msm-1.6.8/R/pearson.R-527- x$call$data <- substitute(boot.df) r-cran-msm-1.6.8/R/pearson.R:528: refit.msm <- try(eval(x$call)) # estimation might not converge for a particular bootstrap resample r-cran-msm-1.6.8/R/pearson.R-529- if (inherits(refit.msm, "msm")) {