Last updated on 2026-05-15 15:50:14 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 114.55 | 237.45 | 352.00 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 211.50 | 173.47 | 384.97 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 193.00 | 471.55 | 664.55 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 369.00 | 459.06 | 828.06 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 130.00 | 261.00 | 391.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 144.29 | 229.23 | 373.52 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 141.74 | 228.71 | 370.45 | OK | |
| r-release-macos-arm64 | 1.0.1 | 33.00 | 76.00 | 109.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 99.00 | 353.00 | 452.00 | ERROR | |
| r-release-windows-x86_64 | 1.0.1 | 154.00 | 288.00 | 442.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 30.00 | 70.00 | 100.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 99.00 | 337.00 | 436.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.0.1 | 178.00 | 380.00 | 558.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/58s]
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-23.R
Saving _problems/test-sensor-wear-25.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 789 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sensor-wear.R:23:3'): sensor_wear matches iglu manual active_percent with per-id end dates ──
Expected `cmp$sensor_wear` to equal `cmp$active_percent`.
Differences:
`actual`: 72.296626984 51.066468254 38.020833333 90.873015873 72.544642857
`expected`: 72.296626984 50.768849206 38.020833333 90.873015873 72.544642857
── Failure ('test-sensor-wear.R:24: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 789 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [26s/41s]
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-23.R
Saving _problems/test-sensor-wear-25.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 789 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-sensor-wear.R:23:3'): sensor_wear matches iglu manual active_percent with per-id end dates ──
Expected `cmp$sensor_wear` to equal `cmp$active_percent`.
Differences:
`actual`: 72.296626984 51.066468254 38.020833333 90.873015873 72.544642857
`expected`: 72.296626984 50.768849206 38.020833333 90.873015873 72.544642857
── Failure ('test-sensor-wear.R:24: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 789 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-x86_64