CRAN Package Check Results for Package ssifs

Last updated on 2025-01-23 07:50:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 7.57 130.75 138.32 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 4.53 83.35 87.88 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 221.19 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.2 216.89 ERROR
r-devel-windows-x86_64 1.0.2 10.00 146.00 156.00 OK
r-patched-linux-x86_64 1.0.2 7.12 122.50 129.62 OK
r-release-linux-x86_64 1.0.2 6.35 113.02 119.37 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 8.00 146.00 154.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.2 11.00 161.00 172.00 OK

Check Details

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-gcc, 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