From 669447c2a4581a4c8dba18ab40ba6938a42b8267 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Oct 2019 02:50:16 +0100 Subject: Comment out example code that fails in pkgdown --- man/lrtest.mkinfit.Rd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man/lrtest.mkinfit.Rd') diff --git a/man/lrtest.mkinfit.Rd b/man/lrtest.mkinfit.Rd index b38732b4..c07d9868 100644 --- a/man/lrtest.mkinfit.Rd +++ b/man/lrtest.mkinfit.Rd @@ -37,7 +37,10 @@ sfo_fit <- mkinfit("SFO", test_data, quiet = TRUE) 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)) } } -- cgit v1.2.1