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 +++- R/parms.mkinfit.R | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to '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, diff --git a/R/parms.mkinfit.R b/R/parms.mkinfit.R index 8f9b4136..0628cb92 100644 --- a/R/parms.mkinfit.R +++ b/R/parms.mkinfit.R @@ -5,6 +5,7 @@ #' considering the error structure that was assumed for the fit. #' #' @param object A fitted model object +#' @param \dots Not used #' @return A numeric vector of fitted model parameters #' @export parms <- function(object, ...) -- cgit v1.2.1