R version 4.4.0 alpha (2024-03-26 r86209 ucrt) Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(ieugwasr) Warning: You are running an old version of the ieugwasr package. This version: 0.2.2 Latest version: 0.2.2-9000 Please consider updating using remotes::install_github('MRCIEU/ieugwasr') OpenGWAS updates: Date: 2024-03-07 [>] There is exceptional load on the OpenGWAS servers. [>] Urgent infrastructure development being performed. [>] See local options for analysis: https://mrcieu.github.io/gwasvcf/. > > test_check("ieugwasr") [ FAIL 0 | WARN 0 | SKIP 5 | PASS 3 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test_afl2.r:2:1', 'test_api.r:2:1', 'test_variants.r:2:1' • Skipping (2): 'test_ld.r:1:1', 'test_query.r:1:1' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 3 ] > > proc.time() user system elapsed 1.03 0.23 1.34