Last updated on 2026-06-22 01:51:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.4 | 7.52 | 68.35 | 75.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.4 | 4.83 | 43.16 | 47.99 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.4 | 13.00 | 107.10 | 120.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 12.00 | 99.41 | 111.41 | OK | |
| r-devel-windows-x86_64 | 0.2.4 | 9.00 | 94.00 | 103.00 | OK | |
| r-patched-linux-x86_64 | 0.2.4 | 7.37 | 61.79 | 69.16 | OK | |
| r-release-linux-x86_64 | 0.2.4 | 6.64 | 61.90 | 68.54 | OK | |
| r-release-macos-arm64 | 0.2.4 | 2.00 | 18.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 0.2.4 | 5.00 | 71.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 0.2.4 | 8.00 | 91.00 | 99.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.4 | 5.00 | 62.00 | 67.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.4 | 12.00 | 104.00 | 116.00 | OK |
Version: 0.2.4
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 update.jags(model, n.iter, ...) : Error in node beta[5]
Slicer stuck at value with infinite density
Calls: group_seq ... do.call -> <Anonymous> -> jags.samples -> update.jags
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc