Package: unsurv
Title: Unsupervised Clustering of Individualized Survival Curves
Version: 0.7.0
Authors@R: c(
    person("Imad", "El Badisy", email = "elbadisyimad@gmail.com", role = c("aut", "cre")))
Author: Imad El Badisy [aut, cre]
Maintainer: Imad El Badisy <elbadisyimad@gmail.com>
Date: 2026-08-31
Description: Tools for clustering individualized survival curves using the
    Partitioning Around Medoids (PAM) algorithm, with monotonic enforcement,
    optional smoothing, weighted distances (L1/L2), automatic K selection via
    silhouette width, prediction for new curves, basic stability checks, and
    plotting helpers. The method is described in El Badisy (2026)
    <doi:10.1093/bioadv/vbag218>.
License: MIT + file LICENSE
URL: https://CRAN.R-project.org/package=unsurv
BugReports: https://github.com/ielbadisy/unsurv/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: stats, cluster, ggplot2
Suggests: tidyr, dplyr, scales, survival, testthat (>= 3.0.0), knitr,
        rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-08-31 21:42:28 UTC; imad-el-badisy
Repository: CRAN
Date/Publication: 2026-08-31 22:30:02 UTC
