CRAN Package Check Results for Maintainer ‘Nanni Ultima <nanni.ultima at gmail.com>’

Last updated on 2025-12-07 07:50:39 CET.

Package ERROR OK
rankhazard 1 12

Package rankhazard

Current CRAN status: ERROR: 1, OK: 12

Version: 1.1.1
Check: examples
Result: ERROR Running examples in ‘rankhazard-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: rankhazard-package > ### Title: Rank-hazard plots > ### Aliases: rankhazard-package rankhazard > ### Keywords: package hplot survival > > ### ** Examples > > library(survival) > model <- coxph(Surv(time,status) ~ age + sex + ph.karno, data = cancer, x=TRUE) > rankhazardplot(model, data=cancer) Y-axis range: 0.608 1.49 Relative hazards for each covarite: Min. 1st Qu. Median 3rd Qu. Max. age 0.743 0.917 1 1.08 1.27 sex 0.608 0.608 1 1.00 1.00 ph.karno 0.766 0.875 1 1.07 1.49 > library(rms) Error in library(rms) : there is no package called ‘rms’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc