Skip to content

Commit

Permalink
Don't test slowish example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnorthrop committed Aug 24, 2019
1 parent 2108bf3 commit 686d7ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/extRemes.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
#' summary(adj_fit)
#'
#' # PP regression
#' # Set initial values, for speed
#' \donttest{
#' fitPP <- fevd(Prec, Fort, threshold = 0.475,
#' location.fun = ~cos(day/365.25) + sin(day/365.25) +
#' I((year - 1900)/99), type = "PP", use.phi = TRUE,
#' units = "inches")
#' adj_fit <- alogLik(fitPP)
#' summary(adj_fit)
#' summary(adj_fit)}
#' }
#' @name extRemes
NULL
Expand Down
4 changes: 2 additions & 2 deletions man/extRemes.Rd

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

0 comments on commit 686d7ce

Please sign in to comment.