diff --git a/NAMESPACE b/NAMESPACE index 4596da39..00b4d8ff 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -64,6 +64,7 @@ importFrom(rlang,warn) importFrom(stats,aggregate) importFrom(stats,as.formula) importFrom(stats,coef) +importFrom(stats,confint) importFrom(stats,expand.model.frame) importFrom(stats,formula) importFrom(stats,model.frame) diff --git a/R/methods.R b/R/methods.R index 3392eca3..8fdf3063 100644 --- a/R/methods.R +++ b/R/methods.R @@ -757,6 +757,7 @@ nobs.mboottest <- function(object, ...) { #' @param ... Further arguments passed to or from other methods. #' @param digits Number of rounding digits #' @export +#' @importFrom stats confint #' @method print boottest #' @return A scalar containing the effective number of observations #' used in `mboottest` diff --git a/cran-comments.md b/cran-comments.md index 1fcbcd20..b5526a8c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,39 @@ +## Submission of 0.15 + +I have tested the package on: +- rhub +- win devel +- github actions + +and received the following notes: + +* checking for non-standard things in the check directory ... NOTE +Found the following files/directories: + ''NULL'' + +* checking for detritus in the temp directory ... NOTE + 'lastMiKTeXException' +Found the following files/directories: + +* Found the following (possibly) invalid URLs: + URL: https://journals.sagepub.com/doi/pdf/10.1177/1536867X19830877 + From: inst/doc/Literature.html + Status: 403 + Message: Forbidden + URL: https://onlinelibrary.wiley.com/doi/abs/10.1002/jrsm.1554 + From: inst/doc/Literature.html + Status: 403 + Message: Forbidden + URL: https://www.tandfonline.com/doi/abs/10.1198/jbes.2009.07221 + From: inst/doc/Literature.html + inst/doc/fwildclusterboot.html + README.md + Status: 403 + Message: Forbidden + +I have checked all links - all are valid. + + ## Submission of 0.13 I have tested the package on: