Last updated on 2025-02-07 08:51:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 16.43 | 187.25 | 203.68 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 11.36 | 135.82 | 147.18 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 322.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 311.01 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 14.00 | 174.00 | 188.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 7.52 | 112.60 | 120.12 | ERROR | |
r-release-linux-x86_64 | 1.0.4 | 15.11 | 174.68 | 189.79 | OK | |
r-release-macos-arm64 | 1.0.4 | 99.00 | OK | |||
r-release-macos-x86_64 | 1.0.4 | 117.00 | OK | |||
r-release-windows-x86_64 | 1.0.4 | 15.00 | 180.00 | 195.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 61.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 156.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.4 | 14.00 | 169.00 | 183.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘ssifs-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: smokingcessation
> ### Title: Stochastic Search Inconsistency Factor Selection of
> ### interventions for smoking cessation
> ### Aliases: smokingcessation
>
> ### ** Examples
>
> data(smokingcessation)
>
> # Transform data from arm-based format to contrast-based format
>
> smokingcessation$id <- 1:dim(smokingcessation)[1]
> smoking.pair <- netmeta::pairwise(
+ treat = list(treat1, treat2, treat3),
+ event = list(event1, event2, event3),
+ n = list(n1, n2, n3),
+ studlab = id,
+ data = smokingcessation,
+ sm = "OR"
+ )
Error: 'pairwise' is not an exported object from 'namespace:netmeta'
Execution halted
Flavor: r-patched-linux-x86_64