From 576de1fd4939a35de938bf5a0900a9b6c61a4f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Siberchicot?= Date: Wed, 14 Feb 2024 09:11:04 +0100 Subject: [PATCH] Comment 'descdist' examples to make the pkgdown workflow a success --- 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 7549c64c..e18d1549 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=11) +# descdist(log10ATV,boot=11) # (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 66122b1f..acac2bf4 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 = 11) +# descdist(number, discrete = TRUE, boot = 11) plotdist(number, discrete = TRUE) # (3) fit of a Poisson distribution to data