CRAN Package Check Results for Package snSMART

Last updated on 2024-09-18 00:50:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 7.15 56.21 63.36 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.3 4.72 44.00 48.72 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 119.15 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 111.58 OK
r-devel-windows-x86_64 0.2.3 8.00 89.00 97.00 OK
r-patched-linux-x86_64 0.2.3 7.33 60.14 67.47 OK
r-release-linux-x86_64 0.2.3 6.75 60.28 67.03 OK
r-release-macos-arm64 0.2.3 33.00 OK
r-release-macos-x86_64 0.2.3 55.00 OK
r-release-windows-x86_64 0.2.3 8.00 88.00 96.00 OK
r-oldrel-macos-arm64 0.2.3 32.00 OK
r-oldrel-macos-x86_64 0.2.3 74.00 OK
r-oldrel-windows-x86_64 0.2.3 11.00 95.00 106.00 OK

Check Details

Version: 0.2.3
Check: examples
Result: ERROR Running examples in ‘snSMART-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: group_seq > ### Title: BJSM method for interim analysis and final analysis of group > ### sequential trial design > ### Aliases: group_seq print.summary.group_seq print.group_seq > > ### ** Examples > > mydata <- groupseqDATA_look1 > > result1 <- group_seq( + data = mydata, interim = TRUE, drop_threshold_pair = c(0.5, 0.4), + prior_dist = c("beta", "beta", "pareto"), pi_prior = c(0.4, 1.6, 0.4, 1.6, 0.4, 1.6), + beta_prior = c(1.6, 0.4, 3, 1), MCMC_SAMPLE = 6000, n.adapt = 1000, n_MCMC_chain = 1 + ) Error in group_seq(data = mydata, interim = TRUE, drop_threshold_pair = c(0.5, : object 'posterior_sample' not found Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed BJSM_c 4.658 0.015 6.016 Flavor: r-devel-linux-x86_64-debian-clang