Skip to content

Commit

Permalink
adapt to rhub feedabck
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Sep 14, 2023
1 parent 9a849eb commit ea4931b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
36 changes: 36 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ea4931b

Please sign in to comment.