Last updated on 2025-12-06 00:48:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.5 | 5.28 | 63.53 | 68.81 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.5 | 4.20 | 34.65 | 38.85 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.5 | 32.00 | 81.81 | 113.81 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.5 | 23.00 | 82.75 | 105.75 | OK | |
| r-devel-windows-x86_64 | 0.9.5 | 8.00 | 81.00 | 89.00 | OK | |
| r-patched-linux-x86_64 | 0.9.5 | 6.44 | 57.88 | 64.32 | OK | |
| r-release-linux-x86_64 | 0.9.5 | 5.46 | 58.97 | 64.43 | OK | |
| r-release-macos-arm64 | 0.9.5 | OK | ||||
| r-release-macos-x86_64 | 0.9.5 | 5.00 | 51.00 | 56.00 | OK | |
| r-release-windows-x86_64 | 0.9.5 | 9.00 | 82.00 | 91.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.5 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9.5 | 5.00 | 55.00 | 60.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.5 | 11.00 | 100.00 | 111.00 | OK |
Version: 0.9.5
Check: examples
Result: ERROR
Running examples in ‘mosaicCore-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: inspect
> ### Title: Inspect objects
> ### Aliases: inspect inspect.list inspect.character inspect.logical
> ### inspect.numeric inspect.factor inspect.Date inspect.POSIXt
> ### inspect.data.frame print.inspected_data_frame
>
> ### ** Examples
>
> if (require(mosaicData)) {
+ inspect(Births78)
+ inspect(Births78, is.numeric)
+ }
Loading required package: mosaicData
Error in loadNamespace(x) : there is no package called ‘mosaic’
Calls: inspect ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mosaicCore)
Attaching package: 'mosaicCore'
The following object is masked from 'package:testthat':
compare
>
> test_check("mosaicCore")
Failed with error: 'there is no package called 'mosaic''
Saving _problems/test-interval-calculations-27.R
Failed with error: 'there is no package called 'mosaic''
Saving _problems/test-interval-calculations-35.R
[ FAIL 2 | WARN 1 | SKIP 2 | PASS 128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-interval-calculations.R:39:1',
'test-makeFun-formula.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-interval-calculations.R:26:3'): CI for sample proportions work. ──
Expected `t2[c("six_lower", "six_upper")]` to be equivalent to `as.numeric(ref$conf.int)`.
Component 1: Mean relative difference: 0.01043699
Component 2: Mean relative difference: 0.06594204
── Failure ('test-interval-calculations.R:34:3'): CI for sample proportions work with long_names. ──
Expected `t2[c("six_lower", "six_upper")]` to be equivalent to `as.numeric(ref$conf.int)`.
Component 1: Mean relative difference: 0.01043699
Component 2: Mean relative difference: 0.06594204
[ FAIL 2 | WARN 1 | SKIP 2 | PASS 128 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.5
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc