Last updated on 2026-03-24 07:53:11 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 1.98 | 59.68 | 61.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.92 | 44.97 | 46.89 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 94.11 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 67.55 | ERROR | |||
| r-devel-macos-arm64 | 1.0.0 | 1.00 | 22.00 | 23.00 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 5.00 | 81.00 | 86.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.51 | 54.64 | 57.15 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 2.05 | 53.79 | 55.84 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 74.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 4.00 | 81.00 | 85.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 78.00 | 80.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 5.00 | 99.00 | 104.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘steppedwedge-Ex.R’ failed
The error most likely occurred in:
> ### Name: analyze
> ### Title: Analyze a stepped wedge dataset
> ### Aliases: analyze
>
> ### ** Examples
>
> # Load data
> test_data <- load_data(time ="period", cluster_id = "cluster", individual_id = NULL,
+ treatment = "trt", outcome = "outcome_cont", data = sw_data_example)
Stepped wedge dataset loaded. Discrete time design with 15 clusters, 5 sequences, and 6 time points.
>
> # Analysis example 1: TATE estimand for exposure times 1 through 4
> results_tate <- analyze(dat = test_data, method = "mixed", estimand_type = "TATE",
+ estimand_time = c(1, 4), exp_time = "ETI")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘Matrix’
Calls: analyze ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘steppedwedge.Rmd’ using rmarkdown
Quitting from steppedwedge.Rmd:62-73 [unnamed-chunk-5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'Matrix'
---
Backtrace:
▆
1. ├─steppedwedge::analyze(...)
2. └─base::loadNamespace(x)
3. ├─base::namespaceImportFrom(...)
4. │ └─base::asNamespace(ns)
5. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
6. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
7. └─base (local) withOneRestart(expr, restarts[[1L]])
8. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'steppedwedge.Rmd' failed with diagnostics:
there is no package called 'Matrix'
--- failed re-building ‘steppedwedge.Rmd’
SUMMARY: processing the following file failed:
‘steppedwedge.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc