Skip to content

Commit

Permalink
rm library(ieugwasr)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritarasteiro committed Mar 8, 2024
1 parent e7a733c commit 2c116f0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test_afl2.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
library(ieugwasr)
context("afl2")

snpinfo1 <- afl2_list()
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test_api.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
context("API")
library(ieugwasr)

test_that("status",
{
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test_backwards.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
context("backwards compatibility")
library(ieugwasr)

test_that("backwards compatibility",
{
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test_ld.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
context("LD functions")
library(ieugwasr)

a <- tophits("ieu-a-2")
ap <- tophits("ieu-a-2", force_server=TRUE)
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test_query.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
context("Queries")
library(ieugwasr)


test_that("gwasinfo",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_variants.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context("Variants")
library(ieugwasr)


o1 <- variants_gene("ENSG00000123374")
o2 <- variants_gene("ENSG00000123374", 100000)
Expand Down

0 comments on commit 2c116f0

Please sign in to comment.