Last updated on 2026-06-09 21:54:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 136.78 | 271.36 | 408.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 129.32 | 198.69 | 328.01 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 187.00 | 464.79 | 651.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 376.00 | 478.51 | 854.51 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 156.00 | 286.00 | 442.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 170.82 | 261.92 | 432.74 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 173.82 | 262.48 | 436.30 | OK | |
| r-release-macos-arm64 | 1.1.0 | 33.00 | 75.00 | 108.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 96.00 | 309.00 | 405.00 | ERROR | |
| r-release-windows-x86_64 | 1.0.1 | 160.00 | 287.00 | 447.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | 32.00 | 66.00 | 98.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.0 | 95.00 | 291.00 | 386.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.0.1 | 169.00 | 397.00 | 566.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [30s/39s]
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(cgmguru)
Attaching package: 'cgmguru'
The following object is masked from 'package:graphics':
grid
>
> test_check("cgmguru")
Saving _problems/test-sensor-wear-43.R
Saving _problems/test-sensor-wear-45.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 829 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sensor-wear.R:43:3'): sensor_wear matches iglu manual active_percent with per-id end dates ──
Expected `cmp$sensor_wear_percent` to equal `round(cmp$active_percent, 2)`.
Differences:
`actual`: 72.30 51.07 38.02 90.87 72.54
`expected`: 72.30 50.77 38.02 90.87 72.54
── Failure ('test-sensor-wear.R:44:3'): sensor_wear matches iglu manual active_percent with per-id end dates ──
Expected `as.numeric(cmp$start_date_cg)` to equal `as.numeric(cmp$start_date_ig)`.
Differences:
`actual`: 1433512776.0 1425047881.0 1425309065.0 1426172518.0 1424869468.0
`expected`: 1433512776.0 1425051481.0 1425312665.0 1426172518.0 1424873068.0
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 829 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/29s]
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(cgmguru)
Attaching package: 'cgmguru'
The following object is masked from 'package:graphics':
grid
>
> test_check("cgmguru")
Saving _problems/test-sensor-wear-43.R
Saving _problems/test-sensor-wear-45.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 829 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sensor-wear.R:43:3'): sensor_wear matches iglu manual active_percent with per-id end dates ──
Expected `cmp$sensor_wear_percent` to equal `round(cmp$active_percent, 2)`.
Differences:
`actual`: 72.30 51.07 38.02 90.87 72.54
`expected`: 72.30 50.77 38.02 90.87 72.54
── Failure ('test-sensor-wear.R:44:3'): sensor_wear matches iglu manual active_percent with per-id end dates ──
Expected `as.numeric(cmp$start_date_cg)` to equal `as.numeric(cmp$start_date_ig)`.
Differences:
`actual`: 1433512776.0 1425047881.0 1425309065.0 1426172518.0 1424869468.0
`expected`: 1433512776.0 1425051481.0 1425312665.0 1426172518.0 1424873068.0
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 829 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-x86_64