CRAN Package Check Results for Package adjustedCurves

Last updated on 2025-12-06 00:48:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.3 11.31 537.97 549.28 OK
r-devel-linux-x86_64-debian-gcc 0.11.3 7.78 63.80 71.58 ERROR
r-devel-linux-x86_64-fedora-clang 0.11.3 34.00 841.86 875.86 OK
r-devel-linux-x86_64-fedora-gcc 0.11.3 24.00 833.55 857.55 OK
r-devel-windows-x86_64 0.11.3 13.00 522.00 535.00 OK
r-patched-linux-x86_64 0.11.3 14.19 515.01 529.20 OK
r-release-linux-x86_64 0.11.3 10.13 519.15 529.28 OK
r-release-macos-arm64 0.11.3 OK
r-release-macos-x86_64 0.11.3 9.00 410.00 419.00 OK
r-release-windows-x86_64 0.11.3 16.00 530.00 546.00 OK
r-oldrel-macos-arm64 0.11.3 OK
r-oldrel-macos-x86_64 0.11.3 9.00 394.00 403.00 OK
r-oldrel-windows-x86_64 0.11.3 19.00 733.00 752.00 OK

Check Details

Version: 0.11.3
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'mice', 'pammtools', 'pec', 'prodlim', 'riskRegression', 'rmarkdown', 'covr' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.11.3
Check: examples
Result: ERROR Running examples in ‘adjustedCurves-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: adjusted_curve_test > ### Title: Test if there is a difference between two Confounder-Adjusted > ### Survival Curves or CIFs > ### Aliases: adjusted_curve_test > > ### ** Examples > > library(adjustedCurves) > library(survival) > > #### Simple Survival Case with adjusted survival curves #### > > # simulate some data as example > set.seed(42) > sim_dat <- sim_confounded_surv(n=50, max_t=1.2) > sim_dat$group <- as.factor(sim_dat$group) > > # estimate a cox-regression for the outcome > cox_mod <- coxph(Surv(time, event) ~ x1 + x2 + x3 + x4 + x5 + x6 + group, + data=sim_dat, x=TRUE) > > # use it to estimate adjusted survival curves with bootstrapping > adjsurv <- adjustedsurv(data=sim_dat, + variable="group", + ev_time="time", + event="event", + method="direct", + outcome_model=cox_mod, + conf_int=FALSE, + bootstrap=TRUE, + n_boot=10) # n_boot should be much higher in reality Loading required namespace: riskRegression Failed with error: ‘there is no package called ‘riskRegression’’ Error in loadNamespace(x) : there is no package called ‘riskRegression’ Calls: adjustedsurv ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.11.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(adjustedCurves) > > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > > library(testthat) > library(vdiffr) > library(survival) > library(ggplot2) > library(Matching) Loading required package: MASS Attaching package: 'MASS' The following object is masked from 'package:dplyr': select ## ## Matching (Version 4.10-15, Build Date: 2024-10-14) ## See https://www.jsekhon.com for additional documentation. ## Please cite software as: ## Jasjeet S. Sekhon. 2011. ``Multivariate and Propensity Score Matching ## Software with Automated Balance Optimization: The Matching package for R.'' ## Journal of Statistical Software, 42(7): 1-52. ## > library(WeightIt) > library(prodlim) Error in library(prodlim) : there is no package called 'prodlim' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.11.3
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.11.3
Check: HTML version of manual
Result: NOTE Skipping checking math rendering: package 'V8' unavailable Flavor: r-devel-linux-x86_64-debian-gcc