R Under development (unstable) (2024-02-25 r85988 ucrt) -- "Unsuffered Consequences" 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(impactr) > > test_check("impactr") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 100 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (4): 'test-impactr_data_printing.R:2:3', 'test-impactr_data_printing.R:7:3', 'test-impactr_data_printing.R:12:3', 'test-impactr_data_printing.R:18:3' • `accdata` not available (7): 'test-non_wear.R:14:5', 'test-non_wear.R:48:5', 'test-non_wear.R:62:5', 'test-non_wear.R:70:5', 'test-summarise_loading.R:16:5', 'test-summarise_loading.R:57:5', 'test-summarise_loading.R:65:5' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 100 ] > > proc.time() user system elapsed 3.62 0.53 3.86