CRAN Package Check Results for Package hrcomprisk

Last updated on 2025-07-24 23:49:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 6.30 86.43 92.73 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 5.05 61.95 67.00 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.1 139.24 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 142.27 OK
r-devel-windows-x86_64 0.1.1 8.00 0.00 8.00 FAIL
r-patched-linux-x86_64 0.1.1 6.14 80.41 86.55 OK
r-release-linux-x86_64 0.1.1 6.50 80.79 87.29 OK
r-release-macos-arm64 0.1.1 63.00 OK
r-release-macos-x86_64 0.1.1 111.00 OK
r-release-windows-x86_64 0.1.1 7.00 94.00 101.00 OK
r-oldrel-macos-arm64 0.1.1 46.00 OK
r-oldrel-macos-x86_64 0.1.1 91.00 OK
r-oldrel-windows-x86_64 0.1.1 10.00 118.00 128.00 OK

Check Details

Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Daniel Antiporta <dantiporta@jhu.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = c("Daniel", "Antiporta;", "Matthew", "Matheson", "<mmathes4@jhu.edu>;", "Derek", "Ng", "<dng@jhu.edu>;", "Alvaro", "Munoz"), family = "<amunoz@jhu.edu>", role = "aut", email = "amunoz@jhu.edu"), person(given = "Daniel", family = "Antiporta", role = "cre", email = "dantiporta@jhu.edu")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > ### Name: plotCIF > ### Title: Plot Incidence and Ratio of sHR/csHR > ### Aliases: plotCIF > > ### ** Examples > > #data from the package > data <- hrcomprisk::dat_ckid > #Estimate the Cumulative Incidence Functions and Ratios of sHR and csHR > mydat.CIF<-CRCumInc(df=data, time=exit, event=event, exposed=b1nb0, print.attr=FALSE) > #Plot the CIs and Ratios estimated > plots<-plotCIF(cifobj=mydat.CIF, maxtime = 20, eoi = 1) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 3.26 0.22 3.48 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64