Last updated on 2026-07-16 19:50:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 7.26 | 437.17 | 444.43 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 5.00 | 361.39 | 366.39 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 14.00 | 719.59 | 733.59 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 295.05 | OK | |||
| r-devel-windows-x86_64 | 1.1.0 | 9.00 | 345.00 | 354.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 7.62 | 407.43 | 415.05 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 6.19 | 427.40 | 433.59 | OK | |
| r-release-macos-arm64 | 1.1.0 | 2.00 | 111.00 | 113.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 5.00 | 340.00 | 345.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 10.00 | 341.00 | 351.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 5.00 | 382.00 | 387.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 14.00 | 498.00 | 512.00 | OK |
Version: 1.1.0
Check: Rd contents
Result: NOTE
Rd files without \usage:
‘options.Rd’
\arguments should not be documented without \usage.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [71s]
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(postcard)
>
> test_check("postcard")
Saving _problems/test-rctglm_methods-66.R
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 159 ]
══ Skipped tests (27) ══════════════════════════════════════════════════════════
• On CRAN (27): 'test-create_example_data.R:65:1',
'test-fit_best_learner.R:113:1', 'test-fit_best_learner.R:113:1',
'test-fit_best_learner.R:113:1', 'test-fit_best_learner.R:113:1',
'test-influence_function_utils.R:2:1',
'test-influence_function_utils.R:26:1', 'test-power-linear.R:1:1',
'test-power_marginaleffect.R:1:1', 'test-rctglm.R:1:1',
'test-rctglm.R:217:1', 'test-rctglm_methods.R:27:1',
'test-rctglm_prog_methods.R:1:1', 'test-rctglm_utils.R:111:1',
'test-rctglm_utils.R:134:1', 'test-rctglm_with_prognosticscore.R:1:1',
'test-repeat_power_plot.R:9:1', 'test-repeat_power_plot.R:46:1',
'test-utils.R:16:1', 'test-utils.R:51:1', 'test-utils.R:51:1',
'test-utils.R:51:1', 'test-utils.R:51:1', 'test-utils.R:150:1',
'test-utils.R:150:1', 'test-utils.R:150:1', 'test-utils.R:150:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rctglm_methods.R:61:3'): `print` method works ──────────────────
Error in `check_exposure_indicator(data = data, exposure_indicator_name = exposure_indicator_name)`: `exposure_indicator` column can only have 1's and 0's
Backtrace:
▆
1. └─postcard::rctglm(...) at test-rctglm_methods.R:61:3
2. └─postcard:::check_exposure_indicator(data = data, exposure_indicator_name = exposure_indicator_name)
3. └─cli::cli_abort("{.var exposure_indicator} column can only have 1's and 0's")
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 159 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64