R Under development (unstable) (2026-05-31 r90090 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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") There is not enough data to perform the GGIR autocalibration method. Returning data as read by read.gt3x. There is not enough data to perform the GGIR calibration method. Returning data as read by read.gt3x. [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" Loading required package: shiny [ FAIL 0 | WARN 0 | SKIP 8 | PASS 56 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • !py_module_available("pygt3x") is TRUE (3): 'test_actilife_counts.R:5:3', 'test_agread.R:4:3', 'test_shinyServer.R:4:3' • On CRAN (5): 'test_shinyReactable.R:4:3', 'test_shinyServer.R:40:3', 'test_shinyUI.R:8:1', 'test_shinyUI.R:20:1', 'test_shinyUI.R:33:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 56 ] Deleting unused snapshots: 'shinyReactable/001.json', 'shinyReactable/002.json', and 'shinyReactable/003.json' > > proc.time() user system elapsed 9.56 1.32 32.40