Last updated on 2025-05-31 20:50:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 91.32 | 480.52 | 571.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 64.19 | 303.46 | 367.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 784.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 706.47 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 104.00 | 257.00 | 361.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 89.66 | 389.84 | 479.50 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | 86.37 | 391.17 | 477.54 | OK | |
r-release-macos-arm64 | 0.2.0 | 180.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 309.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 101.00 | 259.00 | 360.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 141.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.0 | 329.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.0 | 120.00 | 342.00 | 462.00 | ERROR |
Version: 0.2.0
Check: tests
Result: NOTE
Running ‘testthat.R’ [268s/61s]
Running R code in ‘testthat.R’ had CPU time 4.4 times elapsed time
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.0
Check: tests
Result: NOTE
Running ‘testthat.R’ [165s/48s]
Running R code in ‘testthat.R’ had CPU time 3.4 times elapsed time
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: NOTE
Running ‘testthat.R’ [209s/83s]
Running R code in ‘testthat.R’ had CPU time 2.5 times elapsed time
Flavor: r-patched-linux-x86_64
Version: 0.2.0
Check: installed package size
Result: NOTE
installed size is 8.0Mb
sub-directories of 1Mb or more:
libs 6.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [98s]
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(densityratio)
>
> test_check("densityratio")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 279 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ulsif.R:145:3'): set_threads works ───────────────────────────
`set_threads(50)` did not throw the expected warning.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 279 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64