From 01e4a1ca74e6f0f61c378659876512230d878f00 Mon Sep 17 00:00:00 2001 From: nspyrison Date: Thu, 2 Nov 2023 22:47:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20nspyriso?= =?UTF-8?q?n/cheem@5a110b2c255ebf4fc7a6d9530ca448cd1c5ce2a3=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/getting-started-with-cheem.html | 2 +- pkgdown.yml | 2 +- reference/rnorm_from.html | 16 ++++++++-------- search.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/articles/getting-started-with-cheem.html b/articles/getting-started-with-cheem.html index c63157c..45a613b 100644 --- a/articles/getting-started-with-cheem.html +++ b/articles/getting-started-with-cheem.html @@ -75,7 +75,7 @@

Nicholas Spyrison

-

2023-11-01

+

2023-11-02

Source: vignettes/getting-started-with-cheem.Rmd
getting-started-with-cheem.Rmd
diff --git a/pkgdown.yml b/pkgdown.yml index 1ac2ab2..cbe8633 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: getting-started-with-cheem: getting-started-with-cheem.html -last_built: 2023-11-01T20:14Z +last_built: 2023-11-02T22:47Z diff --git a/reference/rnorm_from.html b/reference/rnorm_from.html index 1c7cee4..37e36e6 100644 --- a/reference/rnorm_from.html +++ b/reference/rnorm_from.html @@ -122,14 +122,14 @@

Examplessub <- mtcars[mtcars$cyl == 6, ] ## Draw 3 new observations in the shape of 6 cylinder vehicles, with reduced variance. rnorm_from(data = sub, n_obs = 3, var_coeff = .5) -#> mpg cyl disp hp drat wt qsec vs -#> 1 18.87651 5.999999 169.5794 110.4363 2.774458 3.583651 19.37711 1.713741 -#> 2 20.40398 6.000000 211.8722 84.5746 2.414072 3.504433 21.10858 1.799676 -#> 3 18.73140 6.000001 181.9100 100.9897 4.675145 3.545630 19.38808 1.224847 -#> am gear carb -#> 1 -0.7137399 3.893565 2.9863306 -#> 2 -0.7996731 2.718460 0.1269236 -#> 3 -0.2248414 3.571156 3.3951520 +#> mpg cyl disp hp drat wt qsec vs +#> 1 19.79201 5.999998 190.1489 95.95231 4.265624 3.335023 19.41630 1.097425 +#> 2 20.32629 6.000001 181.1212 101.74685 3.709859 3.155682 18.80339 1.006282 +#> 3 18.32108 5.999999 155.7064 117.67493 4.055045 3.515190 18.35257 1.287411 +#> am gear carb +#> 1 -0.097423073 3.360689 2.732759 +#> 2 -0.006284904 3.627380 3.057745 +#> 3 -0.287413348 4.300220 4.689806