Last updated on 2026-03-18 00:50:42 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| RABR | 1 | 2 | 11 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 11
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(RABR)
>
> test_check("RABR")
Loading required package: foreach
Loading required package: iterators
Saving _problems/test_continuous-66.R
Saving _problems/test_continuous-82.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_continuous.R:56:3'): Length of overall probability is 1 ────────
Error in `serverSocket(port = port)`: creation of server socket failed: port 11658 cannot be opened
Backtrace:
▆
1. └─RABR::RABRcontinuous(...) at test_continuous.R:56:3
2. └─parallel::makeCluster(n.cluster)
3. └─parallel::makePSOCKcluster(names = spec, ...)
4. └─base::serverSocket(port = port)
── Error ('test_continuous.R:72:3'): Length of ASN is the number of treatment groups ──
Error in `serverSocket(port = port)`: creation of server socket failed: port 11658 cannot be opened
Backtrace:
▆
1. └─RABR::RABRcontinuous(...) at test_continuous.R:72:3
2. └─parallel::makeCluster(n.cluster)
3. └─parallel::makePSOCKcluster(names = spec, ...)
4. └─base::serverSocket(port = port)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘asd’ ‘cubature’ ‘data.table’ ‘ggplot2’ ‘multxpert’ ‘survival’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc