R Under development (unstable) (2024-01-24 r85824 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(agcounts) > library(reticulate) > library(shinytest2) > > test_check("agcounts") [1] "------------------------- Reading ActiGraph GT3X File for example.gt3x -------------------------" [1] "Reading data with read.gt3x." [1] "Creating Downsampled Data" [1] "Filtering Data" [1] "Trimming Data" [1] "Getting data back to 10Hz for accumulation" [1] "Summing epochs" [1] "Missing data found. Carrying the last observation forward to fill in missing values in the raw data." [1] "Creating Downsampled Data" [1] "Filtering Data" [1] "Trimming Data" [1] "Getting data back to 10Hz for accumulation" [1] "Summing epochs" [ FAIL 0 | WARN 0 | SKIP 9 | PASS 41 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • !py_module_available("pygt3x") is TRUE (9): 'test_actilife_counts.R:7:3', 'test_agread.R:7:3', 'test_shinyReactable.R:6:3', 'test_shinyServer.R:6:3', 'test_shinyServer.R:36:3', 'test_shinyServer.R:57:3', 'test_shinyUI.R:12:3', 'test_shinyUI.R:24:3', 'test_shinyUI.R:37:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 41 ] Deleting unused snapshots: • shinyReactable/001.json • shinyReactable/002.json • shinyReactable/003.json > > proc.time() user system elapsed 4.18 0.60 16.50