Last updated on 2026-06-08 02:51:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 11.53 | 207.28 | 218.81 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 8.34 | 102.64 | 110.98 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 20.00 | 335.86 | 355.86 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 18.00 | 338.03 | 356.03 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 13.00 | 226.00 | 239.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 11.81 | 194.47 | 206.28 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 11.52 | 195.31 | 206.83 | OK | |
| r-release-macos-arm64 | 0.1.2 | 3.00 | 61.00 | 64.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 8.00 | 266.00 | 274.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 14.00 | 225.00 | 239.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 7.00 | 205.00 | 212.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 17.00 | 299.00 | 316.00 | OK |
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’ [12s/14s]
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: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘anchored_binary.Rmd’ using rmarkdown
--- finished re-building ‘anchored_binary.Rmd’
--- re-building ‘anchored_survival.Rmd’ using rmarkdown
--- finished re-building ‘anchored_survival.Rmd’
--- re-building ‘calculating_weights.Rmd’ using rmarkdown
--- finished re-building ‘calculating_weights.Rmd’
--- re-building ‘introduction.Rmd’ using rmarkdown
--- finished re-building ‘introduction.Rmd’
--- re-building ‘kaplan_meier_plots.Rmd’ using rmarkdown
Quitting from kaplan_meier_plots.Rmd:30-32 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'survminer'
---
Backtrace:
▆
1. └─base::library(survminer)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'kaplan_meier_plots.Rmd' failed with diagnostics:
there is no package called 'survminer'
--- failed re-building ‘kaplan_meier_plots.Rmd’
--- re-building ‘unanchored_binary.Rmd’ using rmarkdown
--- finished re-building ‘unanchored_binary.Rmd’
--- re-building ‘unanchored_survival.Rmd’ using rmarkdown
--- finished re-building ‘unanchored_survival.Rmd’
SUMMARY: processing the following file failed:
‘kaplan_meier_plots.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: PDF version of manual
Result: ERROR
Rd conversion errors:
Converting parsed Rd's to LaTeX ...Warning in file(out, "wt") :
cannot open file '/tmp/Rtmpea3MYE/ltx34454c604eeb2b/pseudo_ipd_twt.tex': No space left on device
Error in file(out, "wt") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc