Releases: MRCIEU/TwoSampleMR
Releases · MRCIEU/TwoSampleMR
TwoSampleMR 0.6.8
- Replaced some
unique()
calls inpower_prune()
withmean()
to ensure scalariv.se
values (thanks @phageghost) - Slightly improved formatting of code base
TwoSampleMR 0.6.7
- Update OpenGWAS API URLs
- Minor tweak to
R CMD check
GitHub Actions due to the rjson hard dependency of the MendelianRandomization package now requiring R >= 4.4.0 - Add dark mode to pkgdown site
TwoSampleMR 0.6.6
- Improve a test
- Improve permissions in GitHub Actions workflows
- Bump minimum required version of ieugwasr to 1.0.1
- Made some amends to the code to bring it more in line with lintr recommendations
- Added omitted tidyr soft dependency
TwoSampleMR 0.6.5
- 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
-
Update installation instructions in README.md
-
Fixed a bug in which the wrong indels recoding function was called (thanks @ruochiz)
TwoSampleMR 0.6.3
- Update startup messages
TwoSampleMR 0.6.2
format_data()
now errors if it detects itsdat
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
- 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
- TwoSampleMR now uses the CRAN version of the ieugwasr package. Importantly this includes the new authentication system for the OpenGWAS API. Please see https://mrcieu.github.io/ieugwasr/articles/guide.html#authentication for more information about how to set this up.
TwoSampleMR 0.5.11
- In
mr_leaveoneout_plot()
andmr_forest_plot()
amendedsize
argument tolinewidth
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.