Skip to content

Releases: MRCIEU/TwoSampleMR

TwoSampleMR 0.6.5

30 Jun 15:23
2f0736e

Choose a tag to compare

  • Bumped version of roxygen2 for creating package documentation
  • Update the earliest version of R in the R CMD check GitHub Actions workflow to be 4.3.2. This is because the meta dependency depends on lme4, and the recent 1.1-35.4 release of lme4 requires Matrix 1.6-2 which was released a few days after R 4.3.2.
  • Made package tests more robust to non-response from the OpenGWAS API

TwoSampleMR 0.6.4

05 Jun 21:00
49fd1cb

Choose a tag to compare

  • Update installation instructions in README.md

  • Fixed a bug in which the wrong indels recoding function was called (thanks @ruochiz)

TwoSampleMR 0.6.3

28 May 18:49

Choose a tag to compare

  • Update startup messages

TwoSampleMR 0.6.2

09 May 21:28
aba3eb1

Choose a tag to compare

  • format_data() now errors if it detects its dat object is of class 'data.table' and issues a message informing the user to make their dat object simply a 'data.frame' (thanks to Si Fang @sifang1678)

TwoSampleMR 0.6.1

30 Apr 18:30
62ae1ea

Choose a tag to compare

  • The MendelianRandomization package has been moved from a hard dependency (Imports list) to a soft dependency (Suggests list). This is because its dependency package Matrix now requires R >= 4.4.0. Making MendelianRandomization a soft dependency means we don't need to make TwoSampleMR have the same requirement.

TwoSampleMR 0.6.0

22 Apr 10:44
137e284

Choose a tag to compare

TwoSampleMR 0.5.11

21 Mar 11:37
ebfeb95

Choose a tag to compare

  • In mr_leaveoneout_plot() and mr_forest_plot() amended size argument to linewidth as per ggplot2 version 3.4.0.
  • Add some datasets such that tests, continuous integration services, and creation of the vignettes don't rely on the availability of the OpenGWAS server.
  • Various improvements to helpfiles.

TwoSampleMR 0.5.10

20 Feb 15:27
97cff7e

Choose a tag to compare

  • Added local options for clump_data
  • Fixed bugs with mv_extract_exposures_local

TwoSampleMR 0.5.9

01 Feb 11:11
c04e461

Choose a tag to compare

  • Fixed a minor issue in dat_to_RadialMR()
  • Minor improvements to make_dat() default arguments and helpfile
  • Minor improvements to package tests
  • Amendments to GitHub Actions workflows
  • Updated several URLs which had changed

TwoSampleMR 0.5.8

16 Nov 17:58
cbd03e6

Choose a tag to compare

  • Improved speed of harmonisation using data.table functions (thanks @nicksunderland)
  • Updated URL to R-CMD-check README badge
  • Updates to GitHub Actions workflows

And some other minor updates to the documentation and pkgdown site.