Skip to content

Commit

Permalink
fix pkgdown check of parallel.rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie committed Apr 10, 2024
1 parent 269fd8b commit 7fec202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/modest-wlrt.Rmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vignettes/parallel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 7fec202

Please sign in to comment.