Skip to content

Commit

Permalink
Avoid texmex error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnorthrop committed Feb 25, 2024
1 parent 25ee029 commit aa19404
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/texmex.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#' \code{"nonstat"} otherwise.
#' @seealso \code{\link{alogLik}}: loglikelihood adjustment for model fits.
#' @examples
#' \dontrun{
#' # Not run to avoid CRAN package check error inherited from the texmex package
#' # We need the texmex package, and ismev for the fremantle dataset
#' got_texmex <- requireNamespace("texmex", quietly = TRUE)
#' got_ismev <- requireNamespace("ismev", quietly = TRUE)
Expand Down Expand Up @@ -82,6 +84,7 @@
#' adj_evm_fit <- alogLik(evm_fit, cluster = ow$year, cadjust = FALSE)
#' summary(adj_evm_fit)
#' }
#' }
#' @name texmex
NULL
## NULL
Expand Down
3 changes: 3 additions & 0 deletions man/texmex.Rd

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

0 comments on commit aa19404

Please sign in to comment.