Last updated on 2026-05-08 07:50:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.70 | 43.61 | 48.31 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.19 | 32.49 | 35.68 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 73.53 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 8.00 | 82.74 | 90.74 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 5.00 | 61.00 | 66.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.1 | 5.06 | 39.22 | 44.28 | ERROR | |
| r-release-linux-x86_64 | 0.1.1 | 4.38 | 39.44 | 43.82 | ERROR | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 17.00 | 18.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 3.00 | 57.00 | 60.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 7.00 | 61.00 | 68.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 3.00 | 51.00 | 54.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 9.00 | 70.00 | 79.00 | ERROR |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(new.dist)
>
> test_check("new.dist")
Saving _problems/test_function-246.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_function.R:246:3'): functions returns a vector with the expected size ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_vector(dbwd(10, alpha = 2, sigma = 2), ptype = double(), size = 1)`: The package "vctrs" is required.
Backtrace:
▆
1. └─testthat::expect_vector(...) at test_function.R:246:3
2. └─rlang::check_installed("vctrs")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(new.dist)
>
> test_check("new.dist")
Saving _problems/test_function-246.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_function.R:246:3'): functions returns a vector with the expected size ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_vector(dbwd(10, alpha = 2, sigma = 2), ptype = double(), size = 1)`: The package "vctrs" is required.
Backtrace:
▆
1. └─testthat::expect_vector(...) at test_function.R:246:3
2. └─rlang::check_installed("vctrs")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(new.dist)
>
> test_check("new.dist")
Saving _problems/test_function-246.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_function.R:246:3'): functions returns a vector with the expected size ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_vector(dbwd(10, alpha = 2, sigma = 2), ptype = double(), size = 1)`: The package "vctrs" is required.
Backtrace:
▆
1. └─testthat::expect_vector(...) at test_function.R:246:3
2. └─rlang::check_installed("vctrs")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(new.dist)
>
> test_check("new.dist")
Saving _problems/test_function-246.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_function.R:246:3'): functions returns a vector with the expected size ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_vector(dbwd(10, alpha = 2, sigma = 2), ptype = double(), size = 1)`: The package "vctrs" is required.
Backtrace:
▆
1. └─testthat::expect_vector(...) at test_function.R:246:3
2. └─rlang::check_installed("vctrs")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(new.dist)
>
> test_check("new.dist")
Saving _problems/test_function-246.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_function.R:246:3'): functions returns a vector with the expected size ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_vector(dbwd(10, alpha = 2, sigma = 2), ptype = double(), size = 1)`: The package "vctrs" is required.
Backtrace:
▆
1. └─testthat::expect_vector(...) at test_function.R:246:3
2. └─rlang::check_installed("vctrs")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(new.dist)
>
> test_check("new.dist")
Saving _problems/test_function-246.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_function.R:246:3'): functions returns a vector with the expected size ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_vector(dbwd(10, alpha = 2, sigma = 2), ptype = double(), size = 1)`: The package "vctrs" is required.
Backtrace:
▆
1. └─testthat::expect_vector(...) at test_function.R:246:3
2. └─rlang::check_installed("vctrs")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(new.dist)
>
> test_check("new.dist")
Saving _problems/test_function-246.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_function.R:246:3'): functions returns a vector with the expected size ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_vector(dbwd(10, alpha = 2, sigma = 2), ptype = double(), size = 1)`: The package "vctrs" is required.
Backtrace:
▆
1. └─testthat::expect_vector(...) at test_function.R:246:3
2. └─rlang::check_installed("vctrs")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 232 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64