Package: survdnn Title: Deep Neural Networks for Survival Analysis with R 'torch' Version: 0.7.6 Authors@R: c( person(given = "Imad", family = "EL BADISY", email = "elbadisyimad@gmail.com", role = c("aut", "cre")), person(given = "Daniel", family = "Falbel", role = "ctb") ) Description: Provides deep learning models for right-censored survival data using the 'torch' backend. Supports multiple loss functions, including Cox partial likelihood, L2-penalized Cox, time-dependent Cox, and accelerated failure time (AFT) loss. Offers a formula-based interface, built-in support for cross-validation, hyperparameter tuning, survival curve plotting, and evaluation metrics such as the C-index, Brier score, and integrated Brier score. For methodological details, see Kvamme et al. (2019) . License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.1.0) Imports: torch, survival, stats, utils, tibble, dplyr, purrr, tidyr, ggplot2, methods, rsample, cli, glue Suggests: testthat (>= 3.0.0), knitr, rmarkdown RoxygenNote: 7.3.3 Config/testthat/edition: 3 BugReports: https://github.com/ielbadisy/survdnn/issues URL: https://CRAN.R-project.org/package=survdnn Config/pak/sysreqs: libicu-dev Repository: https://ielbadisy.r-universe.dev Date/Publication: 2026-07-20 20:04:28 UTC RemoteUrl: https://github.com/ielbadisy/survdnn RemoteRef: HEAD RemoteSha: 351f8a3544bcc2ce5367d503eb7470e047d7ed1b NeedsCompilation: no Packaged: 2026-07-20 21:05:39 UTC; root Author: Imad EL BADISY [aut, cre], Daniel Falbel [ctb] Maintainer: Imad EL BADISY