Skip to content

Commit f2a5d45

Browse files
authored
Merge pull request #655 from remlapmot/v0-6-23
Use fixed version of mr.raps
2 parents c883023 + ac0bd7a commit f2a5d45

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: TwoSampleMR
22
Title: Two Sample MR Functions and Interface to MRC Integrative
33
Epidemiology Unit OpenGWAS Database
4-
Version: 0.6.22
4+
Version: 0.6.23
55
Authors@R: c(
66
person("Gibran", "Hemani", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-0920-1055")),
@@ -65,7 +65,7 @@ Remotes:
6565
gqi/MRMix,
6666
mrcieu/MRInstruments,
6767
MRPRESSO=rondolab/MR-PRESSO,
68-
qingyuanzhao/mr.raps,
68+
qingyuanzhao/mr.raps#17,
6969
WSpiller/RadialMR
7070
Encoding: UTF-8
7171
Roxygen: list(markdown = TRUE)

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# TwoSampleMR v0.6.23
2+
3+
(Release date 2025-10-31)
4+
5+
* 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.
6+
17
# TwoSampleMR v0.6.22
28

39
(Release date 2025-08-27)

vignettes/perform_mr.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ res
520520

521521
MR-RAPS comes with two main options: `over.dispersion` (whether the method should consider systematic pleiotropy) and `loss.function` (either `"l2"`, `"huber"`, or `"tukey"`). The latter two loss functions are robust to idiosyncratic pleiotropy. The default option is `over.dispersion = TRUE`, `loss.function = "huber"`, and `shrinkage = FALSE`. To change these options, modify the `parameters` argument of `mr()` by, for example,
522522

523-
```{r eval=FALSE}
523+
```{r}
524524
res <-
525525
mr(
526526
dat,

0 commit comments

Comments
 (0)