From 9f2a8008f4229b6593c53397b443ebe7968e3ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Siberchicot?= Date: Tue, 30 Jan 2024 14:37:29 +0100 Subject: [PATCH] Comment some example to try to unblock the pkgdown workflow --- man/endosulfan.Rd | 2 +- man/groundbeef.Rd | 2 +- man/toxocara.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/endosulfan.Rd b/man/endosulfan.Rd index 5ecbdefe..3ef86e31 100644 --- a/man/endosulfan.Rd +++ b/man/endosulfan.Rd @@ -36,7 +36,7 @@ data(endosulfan) # log10ATV <-log10(subset(endosulfan,(Australian == "no") & (group == "Fish"))$ATV) plotdist(log10ATV) -descdist(log10ATV,boot=1000) +# descdist(log10ATV,boot=1000) # (3) fit of a normal and a logistic distribution to data in log10 # (classical distributions used for SSD) diff --git a/man/groundbeef.Rd b/man/groundbeef.Rd index 48bf8aa4..1517c984 100644 --- a/man/groundbeef.Rd +++ b/man/groundbeef.Rd @@ -23,7 +23,7 @@ data(groundbeef) # (2) description and plot of data # serving <- groundbeef$serving -descdist(serving) +# descdist(serving) plotdist(serving) # (3) fit of a Weibull distribution to data diff --git a/man/toxocara.Rd b/man/toxocara.Rd index fe910b56..ab2e6ce7 100644 --- a/man/toxocara.Rd +++ b/man/toxocara.Rd @@ -22,7 +22,7 @@ data(toxocara) # (2) description and plot of data # number <- toxocara$number -descdist(number, discrete = TRUE, boot = 1000) +# descdist(number, discrete = TRUE, boot = 1000) plotdist(number, discrete = TRUE) # (3) fit of a Poisson distribution to data