R Under development (unstable) (2026-08-22 r90443 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. > if (rlang::is_installed("stepcount") && rlang::is_installed("reticulate")) { + try({ + reticulate::py_require("stepcount==3.11.0", python_version = "3.10", + action = "add") + reticulate::import("stepcount") + }) + } Error in py_module_import(module, convert = convert) : ModuleNotFoundError: No module named 'stepcount' Run `reticulate::py_last_error()` for details. In addition: Warning message: Some Python package requirements declared via `py_require()` are not installed in the selected Python environment: (C:/Users/CRAN/Documents/.virtualenvs/r-reticulate/Scripts/python.exe) stepcount==3.11.0 > library(testthat) > library(actimetrics) > > > test_check("actimetrics") ================================================================================ [1] "Creating Downsampled Data" [1] "Filtering Data" [1] "Trimming Data" [1] "Getting data back to 10Hz for accumulation" [1] "Summing epochs" [1] "Creating Downsampled Data" [1] "Filtering Data" [1] "Trimming Data" [1] "Getting data back to 10Hz for accumulation" [1] "Summing epochs" Loading chunk: 1Loading chunk: 1Error in py_module_import(module, convert = convert) : ModuleNotFoundError: No module named 'stepcount' Run `reticulate::py_last_error()` for details. ================================================================================ [1] "Creating Downsampled Data" [1] "Filtering Data" [1] "Trimming Data" [1] "Getting data back to 10Hz for accumulation" [1] "Summing epochs" ================================================================================ [1] "Creating Downsampled Data" [1] "Filtering Data" [1] "Trimming Data" [1] "Getting data back to 10Hz for accumulation" [1] "Summing epochs" [ FAIL 0 | WARN 2 | SKIP 1 | PASS 117 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • stepcount::stepcount_check() is not TRUE (1): 'test-stepcount.R:10:3' [ FAIL 0 | WARN 2 | SKIP 1 | PASS 117 ] > > proc.time() user system elapsed 28.51 1.45 40.68