Skip to content

Releases: MRCIEU/TwoSampleMR

TwoSampleMR 0.6.29

16 Dec 12:39
7d35e81

Choose a tag to compare

  • Skip two tests if the MendelianRandomization package is not installed and protected the running of the perform_mr vignette.

TwoSampleMR 0.6.28

16 Dec 07:36
2468a5e

Choose a tag to compare

  • Allowed the arguments for clump_data() to be specified from read_exposure_data() (thanks @al3xjwood).
  • Fixed two function calls in mr_moe_single()

TwoSampleMR 0.6.27

15 Dec 13:16
8470e3d

Choose a tag to compare

  • Removed the unused p2 argument from extract_instruments() and the unused clump_p2 argument from clump_data() (thanks @yikeshu0611).

TwoSampleMR 0.6.26

12 Dec 11:37
264a8b7

Choose a tag to compare

  • Fixed the passing of the force_server argument within extract_instruments() through to ieugwasr::tophits() (thanks @yikeshu0611).
  • Amended the extract_instruments() clump argument to additionally take values 1 or 0 as per the ieugwasr::tophits() clump argument (thanks @yikeshu0611).

TwoSampleMR 0.6.25

05 Dec 10:17
0bf030f

Choose a tag to compare

  • The meta package has been moved to a soft (Suggests list) dependency due to installation problems of new versions of its hard dependencies on R 4.1.

TwoSampleMR 0.6.24

31 Oct 15:27
0046ff3

Choose a tag to compare

  • We once again obtain mr.raps from its default branch. We issue a warning if the user has a version less than version 0.4.3 installed.

TwoSampleMR 0.6.23

31 Oct 12:32
f2a5d45

Choose a tag to compare

  • We now obtain mr.raps (version 0.4.3) from the open pull request which includes a fix. We will switch back to the default branch once that pull request is merged.

TwoSampleMR 0.6.22

27 Aug 10:42
d8b0718

Choose a tag to compare

  • Additional reformatting of code base.
  • Minor updates to GitHub Actions workflows.

TwoSampleMR 0.6.21

11 Aug 09:02
e1ff8a5

Choose a tag to compare

  • Fixed typos in Steiger related documentation (thanks to @eleanorsanderson and Kaitlin Wade for providing the motivating example for this).
  • Some code cleanup to make debugging easier.
  • Reduced size of installed package by removing some unused files.

TwoSampleMR 0.6.20

01 Aug 12:07
0c9f896

Choose a tag to compare

  • TwoSampleMR now requires ieugwasr version 1.1.0 which provides improved error messages.
  • Changed error handling - now if the API gives an error code it is propagated as an error with message in TwoSampleMR.
  • Headers sent to API are updated.