Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
explodecomputer committed Aug 9, 2020
1 parent 40986bc commit 1c26512
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^pkgdown$
figure$
cache$
^index.md$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: TwoSampleMR
Title: Two Sample MR functions and interface to MR Base database
Version: 0.5.4
Version: 0.5.5
Authors@R: c(person("Gibran", "Hemani", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0920-1055")),
person("Philip", "Haycock", email = "[email protected]",
Expand Down
45 changes: 44 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,53 @@
TwoSampleMR v0.5.5 (Candidate relase)
TwoSampleMR v0.5.5 (Release date: 2020-08-09)
==============

Changes:

* Updating `clump_data` function to operate on outcome datasets in the same way as it operates on exposure datasets. Credit goes to Marina Vabistsevits for spotting this and suggesting a solution.
* Removing ios function, this has now moved to mr.ios package here: https://github.com/universe77/mr.ios
* Temporarily removing some studies because the reported effect allele may have been incorrect, will reinstate after this has been further investigated. A list of studies quarantined below:
- ieu-a-756
- ieu-a-757
- ieu-a-758
- ieu-a-759
- ieu-a-760
- ieu-a-761
- ieu-a-762
- ieu-a-763
- ieu-a-764
- ieu-a-765
- ieu-a-766
- ieu-a-767
- ieu-a-768
- ieu-a-769
- ieu-a-770
- ieu-a-771
- ieu-a-772
- ieu-a-773
- ieu-a-774
- ieu-a-775
- ieu-a-776
- ieu-a-777
- ieu-a-778
- ieu-a-779
- bbj-a-64
- bbj-a-65
- bbj-a-66
- bbj-a-67
- bbj-a-68
- bbj-a-69
- ebi-a-GCST004364
- ebi-a-GCST005215
- ebi-a-GCST005216
- ebi-a-GCST005221
- ebi-a-GCST005222
- ieu-a-1086
- ieu-a-761
- ieu-a-762
- ieu-a-763
- ieu-a-767
- ieu-a-777
- ieu-a-779

TwoSampleMR v0.5.4 (Release date: 2020-05-10)
==============
Expand Down
4 changes: 2 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

packageStartupMessage(
paste("TwoSampleMR version", utils::packageVersion("TwoSampleMR"), "\n"),
"[>] All datasets re-instated\n",
"[>] New: Option to use non-European LD reference panels for clumping etc\n",
"[>] See news(package='TwoSampleMR') and https://gwas.mrcieu.ac.uk for latest information\n"
"[>] Some studies temporarily quarantined to verify effect allele\n",
"[>] See news(package='TwoSampleMR') and https://gwas.mrcieu.ac.uk for further details\n"
)

a <- suppressWarnings(try(readLines("https://raw.githubusercontent.com/MRCIEU/TwoSampleMR/master/DESCRIPTION"), silent=TRUE))
Expand Down

0 comments on commit 1c26512

Please sign in to comment.