Last updated on 2025-08-29 01:51:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.4 | 7.46 | 69.47 | 76.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.4 | 4.51 | 46.05 | 50.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.4 | 123.99 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 107.82 | OK | |||
r-devel-windows-x86_64 | 0.2.4 | 9.00 | 90.00 | 99.00 | OK | |
r-patched-linux-x86_64 | 0.2.4 | 7.12 | 58.51 | 65.63 | ERROR | |
r-release-linux-x86_64 | 0.2.4 | 7.49 | 62.15 | 69.64 | OK | |
r-release-macos-arm64 | 0.2.4 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.2.4 | 67.00 | OK | |||
r-release-windows-x86_64 | 0.2.4 | 9.00 | 90.00 | 99.00 | OK | |
r-oldrel-macos-arm64 | 0.2.4 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.4 | 57.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.4 | 11.00 | 104.00 | 115.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: groupseqDATA_look1
> ### Title: Group sequential data look 1
> ### Aliases: groupseqDATA_look1
> ### Keywords: data
>
> ### ** 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(object, n.iter, ...) : Error in node beta[1]
Slicer stuck at value with infinite density
Calls: group_seq ... tryCatchList -> do.call -> <Anonymous> -> adapt -> update.jags
Execution halted
Flavor: r-patched-linux-x86_64