Last updated on 2025-02-01 12:48:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 7.77 | 120.79 | 128.56 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 4.57 | 82.88 | 87.45 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 211.37 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 221.35 | ERROR | |||
r-devel-windows-x86_64 | 1.0.2 | 9.00 | 142.00 | 151.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.2 | 6.60 | 111.30 | 117.90 | ERROR | |
r-release-linux-x86_64 | 1.0.2 | 7.38 | 113.34 | 120.72 | ERROR | |
r-release-macos-arm64 | 1.0.2 | 51.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 85.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 9.00 | 133.00 | 142.00 | ERROR | |
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.2 | 11.00 | 152.00 | 163.00 | ERROR |
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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘ssifs-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64