Skip to content

Commit 80a888c

Browse files
committed
Update NEWS.md
1 parent 2095985 commit 80a888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Added `mr_grip()` function which implements the MR-GRIP (modified MR-Egger with the Genotype Recoding Invariance Property) method of Dudbridge and Bowden et al. (2025).
66
The new method can be accessed by `mr(dat, method_list = "mr_grip")` or it can be added to the default list of methods with `mr(dat, method_list = c(subset(mr_method_list(), use_by_default)$obj, "mr_grip"))`.
77
* Added Pub Med IDs for more of the methods.
8-
* `format_data()` no longer causes a stack overflow when its `dat` argument is not a variable (thanks to @DarwinAwardWinner)
8+
* The `format_data()` function no longer causes a stack overflow when its `dat` argument is not a variable (thanks to @DarwinAwardWinner)
99

1010
# TwoSampleMR v0.6.12
1111

0 commit comments

Comments
 (0)