CRAN Package Check Results for Package ewoc

Last updated on 2025-06-25 13:55:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 7.10 61.33 68.43 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.0 5.48 43.65 49.13 NOTE
r-devel-linux-x86_64-fedora-clang 0.3.0 105.92 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.0 98.20 NOTE
r-devel-windows-x86_64 0.3.0 9.00 101.00 110.00 NOTE
r-patched-linux-x86_64 0.3.0 7.08 55.56 62.64 NOTE
r-release-linux-x86_64 0.3.0 7.26 55.83 63.09 NOTE
r-release-macos-arm64 0.3.0 31.00 NOTE
r-release-macos-x86_64 0.3.0 50.00 NOTE
r-release-windows-x86_64 0.3.0 10.00 99.00 109.00 NOTE
r-oldrel-macos-arm64 0.3.0 26.00 NOTE
r-oldrel-macos-x86_64 0.3.0 50.00 NOTE
r-oldrel-windows-x86_64 0.3.0 12.00 94.00 106.00 ERROR

Check Details

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