Last updated on 2025-12-06 00:48:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 11.40 | 208.02 | 219.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 9.58 | 59.15 | 68.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 24.00 | 321.95 | 345.95 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 22.00 | 330.15 | 352.15 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 12.00 | 216.00 | 228.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 12.10 | 197.69 | 209.79 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 11.68 | 199.42 | 211.10 | OK | |
| r-release-macos-arm64 | 0.1.2 | OK | ||||
| r-release-macos-x86_64 | 0.1.2 | 11.00 | 201.00 | 212.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 14.00 | 219.00 | 233.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 21.00 | 181.00 | 202.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 18.00 | 275.00 | 293.00 | OK |
Version: 0.1.2
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'survminer', 'flexsurv'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘maicplus-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: basic_kmplot2
> ### Title: Basic Kaplan Meier (KM) plot function using ggplot
> ### Aliases: basic_kmplot2
>
> ### ** Examples
>
> library(survival)
> data(adtte_sat)
> data(pseudo_ipd_sat)
>
> kmobj_A <- survfit(Surv(TIME, EVENT) ~ ARM,
+ data = adtte_sat,
+ conf.type = "log-log"
+ )
>
> kmobj_B <- survfit(Surv(TIME, EVENT) ~ ARM,
+ data = pseudo_ipd_sat,
+ conf.type = "log-log"
+ )
>
> kmlist <- list(kmobj_A = kmobj_A, kmobj_B = kmobj_B)
> kmlist_name <- c("A", "B")
>
> basic_kmplot2(kmlist, kmlist_name)
Error in basic_kmplot2(kmlist, kmlist_name) :
survminer package is required for this function
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> pkg_name <- "maicplus"
> library(pkg_name, character.only = TRUE)
> testthat::test_check(pkg_name)
result pvalue
"-0.17[-0.61; 0.28]" "0.535"
NULL
NULL
NULL
NULL
Saving _problems/test-plot_km2-27.R
[ FAIL 1 | WARN 0 | SKIP 16 | PASS 85 ]
══ Skipped tests (16) ══════════════════════════════════════════════════════════
• On CRAN (16): 'test-maic_anchored.R:1:1', 'test-maic_anchored.R:69:1',
'test-maic_unanchored.R:1:1', 'test-maic_unanchored.R:164:1',
'test-matching.R:192:1', 'test-matching.R:220:1', 'test-matching.R:233:1',
'test-matching.R:261:1', 'test-plot_km.R:1:1', 'test-plot_km.R:32:1',
'test-plot_km.R:64:1', 'test-plot_km.R:96:1', 'test-plot_km.R:127:1',
'test-plot_km.R:167:1', 'test-plot_km.R:206:1', 'test-plot_km.R:235:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot_km2.R:11:7'): kmplot2 works ───────────────────────────────
Error in `kmplot2(weights_object = weighted_twt, tte_ipd = adtte_twt, tte_pseudo_ipd = pseudo_ipd_twt, trt_ipd = "A", trt_agd = "B", trt_common = "C", trt_var_ipd = "ARM", trt_var_agd = "ARM", endpoint_name = "Overall Survival", km_conf_type = "log-log", km_layout = "by_trial", time_scale = "month", break_x_by = 2)`: survminer package is required for this function
Backtrace:
▆
1. └─vdiffr::expect_doppelganger(...) at test-plot_km2.R:8:3
2. └─vdiffr (local) writer(fig, testcase, title)
3. ├─vdiffr:::print_plot(plot, title)
4. └─vdiffr:::print_plot.function(plot, title)
5. └─maicplus (local) p()
6. ├─base::suppressWarnings(...) at test-plot_km2.R:11:7
7. │ └─base::withCallingHandlers(...)
8. └─maicplus::kmplot2(...)
[ FAIL 1 | WARN 0 | SKIP 16 | PASS 85 ]
Deleting unused snapshots: 'plot_km2/kmplot2-all.svg',
'plot_km2/kmplot2-by-am.svg', and 'plot_km2/kmplot2-normalize-by-trial.svg'
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc