CRAN Package Check Results for Package mtdesign

Last updated on 2023-03-27 23:55:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 41.31 141.35 182.66 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 28.44 108.35 136.79 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 228.20 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 218.61 OK
r-patched-linux-x86_64 0.1.0 22.63 129.08 151.71 OK
r-release-linux-x86_64 0.1.0 28.10 129.71 157.81 OK
r-release-macos-arm64 0.1.0 68.00 OK
r-release-macos-x86_64 0.1.0 134.00 OK
r-release-windows-x86_64 0.1.0 43.00 272.00 315.00 OK
r-oldrel-macos-arm64 0.1.0 73.00 OK
r-oldrel-macos-x86_64 0.1.0 141.00 OK
r-oldrel-windows-ix86+x86_64 0.1.0 86.00 369.00 455.00 ERROR

Check Details

Version: 0.1.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [54s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(mtdesign)
     >
     > test_check("mtdesign")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 127 ]
    
     == Failed tests ================================================================
     -- Error ('test-obtainDesign.R:90:3'): obtainDesign works ----------------------
     Error in `dplyr::filter(., rSuccess < nTotal, rSuccess <= rTotal, rSuccess >
     rFutility, rSuccess <= nStage1)`: i In argument: `rSuccess < nTotal`.
     Caused by error:
     ! cannot allocate vector of size 389.5 Mb
     Backtrace:
     x
     1. +-mtdesign::obtainDesign(...) at test-obtainDesign.R:90:2
     2. | +-base::do.call(...)
     3. | \-mtdesign::createGrid(p0 = 0.2, p1 = 0.4, alpha = 0.1, beta = 0.1)
     4. | \-d %>% ...
     5. +-dplyr::filter(...)
     6. +-dplyr:::filter.data.frame(...)
     7. | \-dplyr:::filter_rows(.data, dots, by)
     8. | \-dplyr:::filter_eval(dots, mask = mask, error_call = error_call)
     9. | +-base::withCallingHandlers(...)
     10. | \-mask$eval_all_filter(dots, env_filter)
     11. | \-dplyr (local) eval()
     12. \-base::.handleSimpleError(...)
     13. \-dplyr (local) h(simpleError(msg, call))
     14. \-rlang::abort(message, class = error_class, parent = parent, call = error_call)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 127 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64