From 7fec2028bb514dd8307922025d2c306ae5ecdafc Mon Sep 17 00:00:00 2001 From: "Zhao, Yujie" Date: Wed, 10 Apr 2024 12:00:29 -0400 Subject: [PATCH] fix pkgdown check of `parallel.rmd` --- vignettes/modest-wlrt.Rmd | 2 +- vignettes/parallel.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/modest-wlrt.Rmd b/vignettes/modest-wlrt.Rmd index 009f4a28..b078bece 100644 --- a/vignettes/modest-wlrt.Rmd +++ b/vignettes/modest-wlrt.Rmd @@ -1,5 +1,5 @@ --- -title: "Using the Magirr-Burman weights for WLR testing" +title: "Using the Magirr-Burman weights for testing" author: "Keaven Anderson, Yujie Zhao" output: rmarkdown::html_vignette bibliography: simtrial.bib diff --git a/vignettes/parallel.Rmd b/vignettes/parallel.Rmd index c9f4cb76..0394309b 100644 --- a/vignettes/parallel.Rmd +++ b/vignettes/parallel.Rmd @@ -201,7 +201,7 @@ plan(sequential) We can also verify that the simulation results are identical because of setting a seed and that the backend type will not affect the results. Below, it is clear that the results from our sequential and multisession backends match completely. -```{r compare-results} +```{r compare-results, eval=FALSE} sum(seq_result1 != seq_result1m) sum(seq_result2 != seq_result2m) ```