Last updated on 2018-07-17 01:47:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 3.90 | 37.41 | 41.31 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 3.13 | 36.34 | 39.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 58.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 55.55 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 12.00 | 71.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 3.44 | 40.22 | 43.66 | OK | |
r-patched-solaris-x86 | 0.2.0 | 81.90 | OK | |||
r-release-linux-x86_64 | 0.2.0 | 3.63 | 40.10 | 43.73 | OK | |
r-release-windows-ix86+x86_64 | 0.2.0 | 12.00 | 74.00 | 86.00 | OK | |
r-release-osx-x86_64 | 0.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 9.00 | 79.00 | 88.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.0 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘ewoc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ewoc_d1classic
> ### Title: Escalation With Overdose Control
> ### Aliases: ewoc_d1classic
>
> ### ** Examples
>
> DLT <- 0
> dose <- 20
> test <- ewoc_d1classic(DLT ~ dose, type = 'discrete',
+ theta = 0.33, alpha = 0.25,
+ min_dose = 0, max_dose = 100,
+ dose_set = seq(0, 100, 20),
+ rho_prior = matrix(1, ncol = 2, nrow = 1),
+ mtd_prior = matrix(1, ncol = 2, nrow = 1),
+ rounding = "nearest")
Warning in limits_d1nocov(first_dose = first_dose, last_dose = last_dose, :
'first_dose' and 'last_dose' were defined as the first and last elements of 'dose_set', respectively.
Compiling model graph
Resolving undeclared variables
Allocating nodes
Graph information:
Observed stochastic nodes: 1
Unobserved stochastic nodes: 2
Total graph size: 27
Initializing model
> summary(test)
Conditions
Minimum Dose Maximum Dose Theta Alpha Number of patients
1 0 100 0.33 0.25 1
Next Dose
Estimate 95% HPD
1 40 (11.4 ; 99.8)
P(DLT| next dose)
Estimate 95% HPD
1 0.3 (0.02 ; 0.74)
> plot(test)
>
>
>
>
> base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> base::cat("ewoc_d1classic", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
> cleanEx()
Error: connections left open:
jfun (textConnection)
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang