Package: survML Title: Tools for Flexible Survival Analysis Using Machine Learning Version: 1.2.0.9000 Authors@R: c(person(given = "Charles", family = "Wolock", role = c("aut", "cre", "cph"), email = "cwolock@gmail.com", comment = c(ORCID = "0000-0003-3527-1102")), person(given = "Avi", family = "Kenny", role = c("ctb"), email = "avi.kenny@gmail.com", comment = c(ORCID = "0000-0002-9465-7307"))) Description: Statistical tools for analyzing time-to-event data using machine learning. Implements survival stacking for conditional survival estimation, standardized survival function estimation for current status data, and methods for algorithm-agnostic variable importance. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: SuperLearner (>= 2.0.28), Imports: Iso (>= 0.0.18.1), haldensify (>= 0.2.3), fdrtool (>= 1.2.17), ChernoffDist (>= 0.1.0), dplyr (>= 1.0.10), gtools (>= 3.9.5), mboost (>= 2.9.0), survival (>= 3.5.0), stats (>= 4.3.2), methods (>= 4.3.2), copula (>= 1.1.0) Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2 (>= 3.4.0), gam (>= 1.22.0) Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/cwolock/survML, https://cwolock.github.io/survML/ BugReports: https://github.com/cwolock/survML/issues Config/pak/sysreqs: libgsl0-dev libicu-dev Repository: https://cwolock.r-universe.dev Date/Publication: 2025-12-08 20:48:02 UTC RemoteUrl: https://github.com/cwolock/survml RemoteRef: HEAD RemoteSha: bb9a5793f732fba8e68311c664004e64967f7415 NeedsCompilation: no Packaged: 2026-06-06 07:03:27 UTC; root Author: Charles Wolock [aut, cre, cph] (ORCID: ), Avi Kenny [ctb] (ORCID: ) Maintainer: Charles Wolock