CRAN Package Check Results for Package stepcount

Last updated on 2026-03-24 08:52:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 2.14 31.19 33.33 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 1.60 25.08 26.68 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 52.01 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 31.60 ERROR
r-devel-macos-arm64 0.3.2 1.00 11.00 12.00 OK
r-devel-windows-x86_64 0.3.2 5.00 87.00 92.00 OK
r-patched-linux-x86_64 0.3.2 2.08 26.16 28.24 OK
r-release-linux-x86_64 0.3.2 1.79 26.15 27.94 OK
r-release-macos-arm64 0.3.2 OK
r-release-macos-x86_64 0.3.2 2.00 42.00 44.00 OK
r-release-windows-x86_64 0.3.2 4.00 190.00 194.00 OK
r-oldrel-macos-arm64 0.3.2 OK
r-oldrel-macos-x86_64 0.3.2 2.00 41.00 43.00 OK
r-oldrel-windows-x86_64 0.3.2 5.00 76.00 81.00 OK

Check Details

Version: 0.3.2
Check: examples
Result: ERROR Running examples in ‘stepcount-Ex.R’ failed The error most likely occurred in: > ### Name: sc_read > ### Title: Read a Data Set for 'stepcount' > ### Aliases: sc_read > > ### ** Examples > > > file = system.file("extdata/P30_wrist100.csv.gz", package = "stepcount") > if (stepcount_check()) { + out = sc_read(file) + } Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘Matrix’ Calls: stepcount_check ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.2
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > > library(testthat) > library(stepcount) > > if (stepcount::have_stepcount_condaenv()) { + stepcount::unset_reticulate_python() + stepcount::use_stepcount_condaenv() + } Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'Matrix' Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc