Skip to content

Commit 96019db

Browse files
committed
Escape CRAN checks slow machines
1 parent 1601570 commit 96019db

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

R/vartymetric.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#' @references Collings, T.P., C. Murphy-Barltrop, C. Murphy, I.D. Haigh, P.D. Bates, and N.D. Quinn (2025). \emph{Automated tail-informed threshold selection for extreme coastal sea levels}, Natural Hazards and Earth System Sciences, 25(\bold{11}), 4545–4562, <doi:10.5194/nhess-25-4545-2025>.
5252
#'
5353
#' @examples
54+
#' \dontrun{
5455
#' xdat <- rexp(1000, rate = 1/2)
5556
#' thresh <- quantile(xdat, prob = c(0.25,0.5, 0.75))
5657
#' # Method of Murphy, Tawn and Varty (2024) - EQD
@@ -63,7 +64,9 @@
6364
#' xdat,
6465
#' thresh = thresh,
6566
#' type = "tails",
67+
#' B = 99,
6668
#' pp = seq(0.8, 1-10/length(xdat), length.out = 250))
69+
#' }
6770
thselect.vmetric <- function(
6871
xdat,
6972
thresh,

man/thselect.vmetric.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)