From 6e5630a0df7e857697ff2ce4730a5f7f45b67377 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 26 Oct 2019 22:52:53 +0200 Subject: Fix checks and tests Static documentation rebuilt by pkgdown --- R/confint.mkinfit.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'R/confint.mkinfit.R') diff --git a/R/confint.mkinfit.R b/R/confint.mkinfit.R index 58918321..58a3c8db 100644 --- a/R/confint.mkinfit.R +++ b/R/confint.mkinfit.R @@ -28,7 +28,9 @@ #' @examples #' f <- mkinfit("SFO", FOCUS_2006_C, quiet = TRUE) #' confint(f, method = "quadratic") -#' confint(f, method = "profile") +#' \dontrun{ +#' confint(f, method = "profile") +#' } #' @export confint.mkinfit <- function(object, parm, level = 0.95, alpha = 1 - level, -- cgit v1.2.1