Releases: MRCIEU/TwoSampleMR
Releases · MRCIEU/TwoSampleMR
TwoSampleMR 0.6.29
TwoSampleMR 0.6.28
- Allowed the arguments for
clump_data()to be specified fromread_exposure_data()(thanks @al3xjwood). - Fixed two function calls in
mr_moe_single()
TwoSampleMR 0.6.27
- Removed the unused
p2argument fromextract_instruments()and the unusedclump_p2argument fromclump_data()(thanks @yikeshu0611).
TwoSampleMR 0.6.26
- Fixed the passing of the
force_serverargument withinextract_instruments()through toieugwasr::tophits()(thanks @yikeshu0611). - Amended the
extract_instruments()clumpargument to additionally take values1or0as per theieugwasr::tophits()clumpargument (thanks @yikeshu0611).
TwoSampleMR 0.6.25
- 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
- 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
- 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
- Additional reformatting of code base.
- Minor updates to GitHub Actions workflows.
TwoSampleMR 0.6.21
- 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
- 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.