Last updated on 2024-09-20 18:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.1 | 61.67 | 33.92 | 95.59 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.1.1 | 50.27 | 26.02 | 76.29 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.1 | 180.36 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 210.14 | ERROR | |||
r-devel-windows-x86_64 | 2.1.1 | 79.00 | 86.00 | 165.00 | OK | |
r-patched-linux-x86_64 | 2.1.1 | 69.54 | 33.85 | 103.39 | OK | |
r-release-linux-x86_64 | 2.1.1 | 70.94 | 32.52 | 103.46 | ERROR | |
r-release-macos-arm64 | 2.1.1 | 52.00 | NOTE | |||
r-release-macos-x86_64 | 2.1.1 | 82.00 | NOTE | |||
r-release-windows-x86_64 | 2.1.1 | 79.00 | 87.00 | 166.00 | ERROR | |
r-oldrel-macos-arm64 | 2.1.1 | 55.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.1.1 | 88.00 | NOTE | |||
r-oldrel-windows-x86_64 | 2.1.1 | 102.00 | 102.00 | 204.00 | OK |
Version: 2.1.1
Check: examples
Result: ERROR
Running examples in ‘rxode2random-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cvPost
> ### Title: Sample a covariance Matrix from the Posterior Inverse Wishart
> ### distribution.
> ### Aliases: cvPost
>
> ### ** Examples
>
>
> ## Sample a single covariance.
> draw1 <- cvPost(3, matrix(c(1, .3, .3, 1), 2, 2))
Error in cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2)) :
function '_isLotri' not provided by package 'lotri'
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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(rxode2random)
>
> test_check("rxode2random")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 79 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cvpost.R:2:3'): single cvPost draw makes sense ─────────────────
Error in `cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2))`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2)) at test-cvpost.R:2:3
── Error ('test-cvpost.R:10:5'): cvPost of 3 items make sense. ─────────────────
Error in `cvPost(3, mat1, n = 3)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. ├─rxode2random::rxWithSeed(...) at test-cvpost.R:8:3
2. │ └─base::force(code)
3. └─rxode2random::cvPost(3, mat1, n = 3) at test-cvpost.R:10:5
── Error ('test-omegaCubeConvert.R:3:3'): test omegaCubeConvert ────────────────
Error in `cvPost(10, lotri::lotri(a + b ~ c(1, 0.25, 1)), 3)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(...) at test-omegaCubeConvert.R:3:3
── Error ('test-omegaRse.R:3:3'): omega RSE function ───────────────────────────
Error in `cvPost(10.2, omega = lotri::lotri(a ~ 0.1), 5)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(10.2, omega = lotri::lotri(a ~ 0.1), 5) at test-omegaRse.R:3:3
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 79 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 2.1.1
Check: examples
Result: ERROR
Running examples in ‘rxode2random-Ex.R’ failed
The error most likely occurred in:
> ### Name: cvPost
> ### Title: Sample a covariance Matrix from the Posterior Inverse Wishart
> ### distribution.
> ### Aliases: cvPost
>
> ### ** Examples
>
>
> ## Sample a single covariance.
> draw1 <- cvPost(3, matrix(c(1, .3, .3, 1), 2, 2))
Error in cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2)) :
function '_isLotri' not provided by package 'lotri'
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’
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(rxode2random)
>
> test_check("rxode2random")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 79 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cvpost.R:2:3'): single cvPost draw makes sense ─────────────────
Error in `cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2))`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2)) at test-cvpost.R:2:3
── Error ('test-cvpost.R:10:5'): cvPost of 3 items make sense. ─────────────────
Error in `cvPost(3, mat1, n = 3)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. ├─rxode2random::rxWithSeed(...) at test-cvpost.R:8:3
2. │ └─base::force(code)
3. └─rxode2random::cvPost(3, mat1, n = 3) at test-cvpost.R:10:5
── Error ('test-omegaCubeConvert.R:3:3'): test omegaCubeConvert ────────────────
Error in `cvPost(10, lotri::lotri(a + b ~ c(1, 0.25, 1)), 3)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(...) at test-omegaCubeConvert.R:3:3
── Error ('test-omegaRse.R:3:3'): omega RSE function ───────────────────────────
Error in `cvPost(10.2, omega = lotri::lotri(a ~ 0.1), 5)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(10.2, omega = lotri::lotri(a ~ 0.1), 5) at test-omegaRse.R:3:3
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 79 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.1.1
Check: installed package size
Result: NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
libs 6.6Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
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(rxode2random)
>
> test_check("rxode2random")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 79 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cvpost.R:2:3'): single cvPost draw makes sense ─────────────────
Error in `cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2))`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(3, matrix(c(1, 0.3, 0.3, 1), 2, 2)) at test-cvpost.R:2:3
── Error ('test-cvpost.R:10:5'): cvPost of 3 items make sense. ─────────────────
Error in `cvPost(3, mat1, n = 3)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. ├─rxode2random::rxWithSeed(...) at test-cvpost.R:8:3
2. │ └─base::force(code)
3. └─rxode2random::cvPost(3, mat1, n = 3) at test-cvpost.R:10:5
── Error ('test-omegaCubeConvert.R:3:3'): test omegaCubeConvert ────────────────
Error in `cvPost(10, lotri::lotri(a + b ~ c(1, 0.25, 1)), 3)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(...) at test-omegaCubeConvert.R:3:3
── Error ('test-omegaRse.R:3:3'): omega RSE function ───────────────────────────
Error in `cvPost(10.2, omega = lotri::lotri(a ~ 0.1), 5)`: function '_isLotri' not provided by package 'lotri'
Backtrace:
▆
1. └─rxode2random::cvPost(10.2, omega = lotri::lotri(a ~ 0.1), 5) at test-omegaRse.R:3:3
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 79 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64