Skip to content

Commit

Permalink
Merge pull request #564 from remlapmot/fix-vignette
Browse files Browse the repository at this point in the history
Keep the perform_mr vignette building on R 4.3.3 and 4.3.2
  • Loading branch information
remlapmot authored Sep 24, 2024
2 parents 806703f + 64162f3 commit 10669d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/perform_mr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ ld_mat

Here `ld_matrix()` returns the LD correlation values (not R^2^) for each pair of variants present in the 1000 genomes data set.

```{r}
```{r eval=FALSE}
dat <- harmonise_data(
exposure_dat = bmi_exp_dat,
outcome_dat = chd_out_dat
Expand All @@ -642,7 +642,7 @@ dat <- harmonise_data(

Convert to the `MRInput` format for the MendelianRandomization package:

```{r}
```{r eval=FALSE}
dat2 <- dat_to_MRInput(dat)
```

Expand Down

0 comments on commit 10669d7

Please # to comment.