aboutsummaryrefslogtreecommitdiff
path: root/R/lrtest.mkinfit.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-31 02:50:16 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-31 02:50:16 +0100
commit669447c2a4581a4c8dba18ab40ba6938a42b8267 (patch)
tree48efe2f704da20a62b4070e869e813567f272d26 /R/lrtest.mkinfit.R
parent3a628efb59b80c881a1bbea3b2582003a6ddbfa9 (diff)
Comment out example code that fails in pkgdown
Diffstat (limited to 'R/lrtest.mkinfit.R')
-rw-r--r--R/lrtest.mkinfit.R7
1 files changed, 5 insertions, 2 deletions
diff --git a/R/lrtest.mkinfit.R b/R/lrtest.mkinfit.R
index 9c0a9039..60b6c46a 100644
--- a/R/lrtest.mkinfit.R
+++ b/R/lrtest.mkinfit.R
@@ -30,8 +30,11 @@ lmtest::lrtest
#' dfop_fit <- mkinfit("DFOP", test_data, quiet = TRUE)
#' lrtest(dfop_fit, sfo_fit)
#' lrtest(sfo_fit, dfop_fit)
-#' lrtest(dfop_fit, error_model = "tc")
-#' lrtest(dfop_fit, fixed_parms = c(k2 = 0))
+#'
+#' # The following two examples are commented out as they fail during
+#' # generation of the static help pages by pkgdown
+#' # lrtest(dfop_fit, error_model = "tc")
+#' # lrtest(dfop_fit, fixed_parms = c(k2 = 0))
#' }
#' @export
lrtest.mkinfit <- function(object, object_2 = NULL, ...) {

Contact - Imprint