R version 4.4.0 beta (2024-04-09 r86391 ucrt) -- "Puppy Cup" 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(LDlinkR) > > test_check("LDlinkR") [ FAIL 0 | WARN 0 | SKIP 43 | PASS 2 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-ldexpress.R:4:3', 'test-ldexpress.R:35:3', 'test-ldhap.R:4:3', 'test-ldhap.R:26:2', 'test-ldhap.R:32:3', 'test-ldhap.R:38:3', 'test-ldhap.R:49:3', 'test-ldhap.R:57:3', 'test-ldhap.R:64:15', 'test-ldhap.R:71:3', 'test-ldmatrix.R:4:3', 'test-ldmatrix.R:21:3', 'test-ldmatrix.R:28:3', 'test-ldmatrix.R:41:3', 'test-ldpair.R:4:3', 'test-ldpair.R:24:3', 'test-ldpop.R:4:3', 'test-ldpop.R:10:3', 'test-ldpop.R:16:3', 'test-ldpop.R:36:3', 'test-ldpop.R:42:3', 'test-ldproxy.R:4:3', 'test-ldproxy.R:10:3', 'test-ldproxy.R:29:3', 'test-ldproxy.R:35:3', 'test-ldproxy.R:41:3', 'test-ldproxy.R:47:3', 'test-ldproxy_batch.R:9:3', 'test-ldproxy_batch.R:15:3', 'test-ldproxy_batch.R:34:3', 'test-ldproxy_batch.R:40:3', 'test-ldtrait.R:4:3', 'test-ldtrait.R:33:3', 'test-snpchip.R:4:3', 'test-snpchip.R:10:3', 'test-snpchip.R:16:3', 'test-snpchip.R:29:3', 'test-snpchip.R:35:3', 'test-snpclip.R:4:3', 'test-snpclip.R:10:3', 'test-snpclip.R:27:3', 'test-snpclip.R:33:3', 'test-snpclip.R:39:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 2 ] > > proc.time() user system elapsed 1.09 0.17 1.23