Last updated on 2025-06-25 04:50:50 CEST.
Package | ERROR | NOTE |
---|---|---|
ewoc | 1 | 12 |
Current CRAN status: ERROR: 1, NOTE: 12
Version: 0.3.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Marcio A. Diniz <marcio.diniz@cshs.org>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Marcio", "A."),
family = "Diniz",
role = c("aut", "cre"),
email = "marcio.diniz@cshs.org")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: Rd files
Result: NOTE
checkRd: (-1) stop_rule.Rd:20: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) stop_rule.Rd:21: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) stop_rule.Rd:22: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) stop_rule.Rd:23: Lost braces in \itemize; \value handles \item{}{} directly
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.3.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘parallel’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in 'ewoc-Ex.R' failed
The error most likely occurred in:
> ### Name: mtd_bias
> ### Title: Bias of the MTD estimates
> ### Aliases: mtd_bias
>
> ### ** Examples
>
> ## Don't show:
> DLT <- 0
> dose <- 20
> step_zero <- ewoc_d1classical(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
> response_sim <- response_d1classical(rho = 0.05, mtd = 20, theta = 0.33,
+ min_dose = 10, max_dose = 50)
> sim <- ewoc_simulation(step_zero = step_zero,
+ n_sim = 1, sample_size = 2,
+ alpha_strategy = "increasing",
+ response_sim = response_sim,
+ ncores = 2)
Error in serverSocket(port = port) :
creation of server socket failed: port 11039 cannot be opened
Calls: ewoc_simulation ... registerDoParallel -> makeCluster -> makePSOCKcluster -> serverSocket
Execution halted
Flavor: r-oldrel-windows-x86_64