CRAN Package Check Results for Package EWOC2

Last updated on 2021-06-07 07:50:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 4.45 29.60 34.05 ERROR
r-devel-linux-x86_64-debian-gcc 1.0 2.51 22.91 25.42 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 49.75 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0 38.19 ERROR
r-devel-windows-x86_64 1.0 6.00 34.00 40.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 1.0 ERROR
r-patched-linux-x86_64 1.0 3.98 32.07 36.05 NOTE
r-patched-solaris-x86 1.0 70.70 NOTE
r-release-linux-x86_64 1.0 2.83 32.05 34.88 NOTE
r-release-macos-arm64 1.0 ERROR
r-release-macos-x86_64 1.0 OK
r-release-windows-ix86+x86_64 1.0 6.00 48.00 54.00 OK
r-oldrel-macos-x86_64 1.0 OK
r-oldrel-windows-ix86+x86_64 1.0 22.00 54.00 76.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR
    Running examples in 'EWOC2-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: ewoc2simu
    > ### Title: Generic EWOC2 simulation
    > ### Aliases: ewoc2simu ewoc2simu.default
    >
    > ### ** Examples
    >
    > ## Don't show:
    > # continous
    > test1 = ewoc2simu(ntrials=1, nsamples=4, type="c", trho00=0.01,trho01=0.2, trho10=0.9,teta=20,
    + Min.Dose.A=0, Max.Dose.A=1, Min.Dose.B=0, Max.Dose.B=1, alpha=0.25, theta=0.20, a01=1,b01=1,
    + a10=1,b10=1, a00=1,b00=1,a=0.8,b=0.0384)
    >
    > print(test1)
    [1] "Operating characteristics summarizing trial safety for continuous doses:"
     Value
    Average % DLT 0.00
    % Trials with DLT rate > theta+0.05 0.00
    % Trials with DLT rate > theta+0.1 0.00
    > plot(test1, type="MTD")
    Error in prettyNum(.Internal(format(x, trim, digits, nsmall, width, 3L, :
     invalid value 0 for 'digits' argument
    Calls: plot ... as.graphicsAnnot -> format -> format.default -> prettyNum
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.0
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'combination_cohort_2.bug'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.0
Check: examples
Result: ERROR
    Running examples in ‘EWOC2-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: ewoc2simu
    > ### Title: Generic EWOC2 simulation
    > ### Aliases: ewoc2simu ewoc2simu.default
    >
    > ### ** Examples
    >
    > ## Don't show:
    > # continous
    > test1 = ewoc2simu(ntrials=1, nsamples=4, type="c", trho00=0.01,trho01=0.2, trho10=0.9,teta=20,
    + Min.Dose.A=0, Max.Dose.A=1, Min.Dose.B=0, Max.Dose.B=1, alpha=0.25, theta=0.20, a01=1,b01=1,
    + a10=1,b10=1, a00=1,b00=1,a=0.8,b=0.0384)
    >
    > print(test1)
    [1] "Operating characteristics summarizing trial safety for continuous doses:"
     Value
    Average % DLT 0.00
    % Trials with DLT rate > theta+0.05 0.00
    % Trials with DLT rate > theta+0.1 0.00
    > plot(test1, type="MTD")
    Error in prettyNum(.Internal(format(x, trim, digits, nsmall, width, 3L, :
     invalid value 0 for 'digits' argument
    Calls: plot ... as.graphicsAnnot -> format -> format.default -> prettyNum
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT

Version: 1.0
Check: package dependencies
Result: ERROR
    Package required but not available: ‘rjags’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-release-macos-arm64