Changelog
Source:NEWS.md
RadialMR v1.2.4
Fixed the degrees of freedom returned by
egger_radial(), which is nown - 2as documented (previouslyn - 1).Fixed the heterogeneity p-value for the default modified second-order weights in
egger_radial(), which now usesn - 2degrees of freedom to match the rest of the function and the printed summary.Fixed the search interval used in the random-effects bootstrap standard error in
ivw_radial(), which had a negated lower bound.Added an
rmr_formatclass check toivw_radial(), so unformatted inputs now fail with a clear message (as inegger_radial()).plotly_radial()now selects the IVW or MR-Egger plot by object class rather than by the number of list elements.Documentation and internal tidy-ups: corrected the
meanFname in theivw_radial()return documentation, and removed some dead and redundant code.
RadialMR v1.2.1
- Fix to remove a warning message in
plot_radial()generated by the forthcoming version 4 of ggplot2.
RadialMR v1.2
- RadialMR now requires R 4.1.0 or newer. This is due to a dependency of ggplot2, the scales package, having this requirement (which is the new tidyverse requirement given the release of R 4.5.0).
RadialMR v1.1
Fixed warning in
plotly_radial()Helpfile examples are now conditional on the use of packages in the Suggests list