From 17595377a24445ce171e7a195754c7501ec8dd84 Mon Sep 17 00:00:00 2001 From: Tom Palmer Date: Tue, 28 Jul 2026 07:09:14 +0100 Subject: [PATCH 1/2] Obtain DOI badge from img.shields.io --- README.md | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02406535..5eef94ab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![R-CMD-check](https://github.com/MRCIEU/TwoSampleMR/actions/workflows/check-full.yaml/badge.svg)](https://github.com/MRCIEU/TwoSampleMR/actions/workflows/check-full.yaml) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) -[![DOI](https://zenodo.org/badge/49515156.svg)](https://zenodo.org/badge/latestdoi/49515156) +[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.3298000-blue.svg)](https://doi.org/10.5281/zenodo.3298000) [![Codecov test coverage](https://codecov.io/gh/MRCIEU/TwoSampleMR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/MRCIEU/TwoSampleMR?branch=master) [![TwoSampleMR status diff --git a/index.md b/index.md index 85c4fef8..4ceb7bc2 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ [![R-CMD-check](https://github.com/MRCIEU/TwoSampleMR/actions/workflows/check-full.yaml/badge.svg)](https://github.com/MRCIEU/TwoSampleMR/actions/workflows/check-full.yaml) -[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![DOI](https://zenodo.org/badge/49515156.svg)](https://zenodo.org/badge/latestdoi/49515156) +[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.3298000-blue.svg)](https://doi.org/10.5281/zenodo.3298000) [![Codecov test coverage](https://codecov.io/gh/MRCIEU/TwoSampleMR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/MRCIEU/TwoSampleMR?branch=master) [![TwoSampleMR status badge](https://mrcieu.r-universe.dev/badges/TwoSampleMR)](https://mrcieu.r-universe.dev/TwoSampleMR) From 92da0d2f62fe19e12267225f58f8c20942fbf315 Mon Sep 17 00:00:00 2001 From: Tom Palmer Date: Tue, 28 Jul 2026 07:09:20 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5eef94ab..6f8fcfc8 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ badge](https://mrcieu.r-universe.dev/badges/TwoSampleMR)](https://mrcieu.r-unive A package for performing Mendelian randomization using GWAS summary -data. It uses the [IEU OpenGWAS database](https://opengwas.io) to -obtain data automatically, and a wide range of methods to run the -analysis. +data. It uses the [IEU OpenGWAS database](https://opengwas.io) to obtain +data automatically, and a wide range of methods to run the analysis. ## January 2020 major update