Package: tidycmprsk Title: Competing Risks Estimation Version: 1.1.2.9000 Authors@R: c( person(c("Daniel", "D."), "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-0862-2018")), person("Teng", "Fei", role = "aut", comment = c(ORCID = "0000-0001-7888-1715")) ) Description: Provides an intuitive interface for working with the competing risk endpoints. The package wraps the 'cmprsk' package, and exports functions for univariate cumulative incidence estimates and competing risk regression. Methods follow those introduced in Fine and Gray (1999) . License: AGPL (>= 3) URL: https://mskcc-epi-bio.github.io/tidycmprsk/, https://github.com/MSKCC-Epi-Bio/tidycmprsk BugReports: https://github.com/MSKCC-Epi-Bio/tidycmprsk/issues Depends: R (>= 4.2) Imports: broom (>= 1.0.1), cli, cmprsk (>= 2.2.10), dplyr, ggplot2 (>= 3.3.5), gtsummary (>= 2.0.0), hardhat (>= 1.3.0), purrr (>= 0.3.4), rlang, stringr (>= 1.4.0), survival, tibble (>= 3.1.6), tidyr Suggests: aod, broom.helpers (>= 1.15.0), cardx (>= 0.2.0), covr (>= 3.5.1), ggsurvfit, knitr (>= 1.36), spelling, testthat (>= 3.2.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev Repository: https://mskcc-epi-bio.r-universe.dev Date/Publication: 2026-04-09 14:43:43 UTC RemoteUrl: https://github.com/mskcc-epi-bio/tidycmprsk RemoteRef: HEAD RemoteSha: 8a8a12b5c77d5a1a7bf61c13243f6f173788b3fa NeedsCompilation: no Packaged: 2026-06-08 07:34:00 UTC; root Author: Daniel D. Sjoberg [aut, cre, cph] (ORCID: ), Teng Fei [aut] (ORCID: ) Maintainer: Daniel D. Sjoberg