Skip to content

Commit

Permalink
Move tinytest, fix warnings for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Belzile committed Apr 12, 2022
1 parent ed7cd5f commit 2c8cca6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/penultimate.R
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ egp.fitrange <-
}

#' @inheritParams egp
#' @param ... additional arguments for the plot function, currently ignored
#' @rdname fit.egp
#' @export
tstab.egp <- function(xdat,
Expand Down
1 change: 1 addition & 0 deletions R/vartymetric.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#' @param dist string indicating norm, either \code{l1} for absolute error or \code{l2} for quadratic error
#' @param B number of bootstrap replications
#' @param neval number of points at which to estimate the metric. Default to 1000L
#' @param ci level of symmetric confidence interval. Default to 0.95
#' @return an invisible list with components
#' \itemize{
#' \item{\code{thresh}}{scalar threshold minimizing criterion}
Expand Down
File renamed without changes.
16 changes: 15 additions & 1 deletion man/W.diag.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit 2c8cca6

Please sign in to comment.