Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: >
any::rcmdcheck, MendelianRandomization=?ignore-before-r=4.4.0, car=?ignore-before-r=4.3.2, Cairo=?ignore-before-r=4.3.0, meta=?ignore-before-r=4.4.0, mr.raps=?ignore-before-r=4.5.0
any::rcmdcheck, MendelianRandomization=?ignore-before-r=4.4.0, car=?ignore-before-r=4.5.0, Cairo=?ignore-before-r=4.3.0, meta=?ignore-before-r=4.4.0, mr.raps=?ignore-before-r=4.5.0
needs: check
upgrade: 'TRUE'

Expand Down
2 changes: 1 addition & 1 deletion vignettes/exposure.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output:
toc: true
toc_depth: 2
bibliography: refs.bib
vignette: >
vignette: |
%\VignetteIndexEntry{Exposure data}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/gwas2020.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Major changes to the IEU GWAS resources for 2020"
output: rmarkdown::html_vignette
vignette: >
vignette: |
%\VignetteIndexEntry{Major changes to the IEU GWAS resources for 2020}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/harmonise.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output:
toc: true
toc_depth: 2
bibliography: refs.bib
vignette: >
vignette: |
%\VignetteIndexEntry{Harmonise data}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output:
toc: true
toc_depth: 2
bibliography: refs.bib
vignette: >
vignette: |
%\VignetteIndexEntry{Introduction}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/outcome.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output:
toc: true
toc_depth: 2
bibliography: refs.bib
vignette: >
vignette: |
%\VignetteIndexEntry{Outcome data}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/perform_mr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output:
toc: true
toc_depth: 2
bibliography: refs.bib
vignette: >
vignette: |
%\VignetteIndexEntry{Perform MR}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
Expand Down