{
  "_id": "6a5e8e9a9baadeef8ab57be2",
  "Package": "survdnn",
  "Title": "Deep Neural Networks for Survival Analysis with R 'torch'",
  "Version": "0.7.6",
  "Authors@R": "c(\nperson(given = \"Imad\",\nfamily = \"EL BADISY\",\nemail = \"elbadisyimad@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(given = \"Daniel\",\nfamily = \"Falbel\",\nrole = \"ctb\")\n)",
  "Description": "Provides deep learning models for right-censored survival\ndata using the 'torch' backend. Supports multiple loss\nfunctions, including Cox partial likelihood, L2-penalized Cox,\ntime-dependent Cox, and accelerated failure time (AFT) loss.\nOffers a formula-based interface, built-in support for\ncross-validation, hyperparameter tuning, survival curve\nplotting, and evaluation metrics such as the C-index, Brier\nscore, and integrated Brier score. For methodological details,\nsee Kvamme et al. (2019)\n<https://www.jmlr.org/papers/v20/18-424.html>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "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": {
    "Date": "2026-07-20 21:05:39 UTC",
    "User": "root"
  },
  "Author": "Imad EL BADISY [aut, cre],\nDaniel Falbel [ctb]",
  "Maintainer": "Imad EL BADISY <elbadisyimad@gmail.com>",
  "_user": "ielbadisy",
  "_type": "src",
  "_file": "survdnn_0.7.6.tar.gz",
  "_fileid": "https://r2.ropensci.org/902e4cd767f03c91eeaf41330dd05bc127b93ee35a174627402764c79e72d560",
  "_filesize": 199920,
  "_sha256": "902e4cd767f03c91eeaf41330dd05bc127b93ee35a174627402764c79e72d560",
  "_expires": "2026-10-28T21:09:43.000Z",
  "_created": "2026-07-20T21:05:39.000Z",
  "_published": "2026-07-20T21:09:45.951Z",
  "_jobs": [
    {
      "job": 88474804927,
      "time": 181,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8475815847"
    },
    {
      "job": 88474804845,
      "time": 192,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8475821408"
    },
    {
      "job": 88474804878,
      "time": 153,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8475800659"
    },
    {
      "job": 88474804870,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8475791456"
    },
    {
      "job": 88473930252,
      "time": 222,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8475732865"
    },
    {
      "job": 88474804838,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8475787198"
    },
    {
      "job": 88474804874,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8475784052"
    },
    {
      "job": 88474804895,
      "time": 155,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8475802258"
    },
    {
      "job": 88474804884,
      "time": 155,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8475802032"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481",
  "_status": "success",
  "_upstream": "https://github.com/ielbadisy/survdnn",
  "_commit": {
    "id": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
    "author": "Imad EL BADISY <elbadisyimad@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #42 from ielbadisy/feature/cran-links\n\nUpdate package metadata links",
    "time": 1784577868
  },
  "_maintainer": {
    "name": "Imad EL BADISY",
    "email": "elbadisyimad@gmail.com",
    "login": "ielbadisy",
    "description": "PhD, Research Engineer in Biostatistics | Health Data Scientist",
    "uuid": 52789515
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "torch",
      "role": "Imports"
    },
    {
      "package": "survival",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "rsample",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "ielbadisy",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-29",
      "n": 49
    },
    {
      "week": "2025-30",
      "n": 4
    },
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2025-40",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 3
    },
    {
      "week": "2025-44",
      "n": 7
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 2
    },
    {
      "week": "2025-48",
      "n": 5
    },
    {
      "week": "2025-52",
      "n": 7
    },
    {
      "week": "2026-02",
      "n": 20
    },
    {
      "week": "2026-16",
      "n": 6
    },
    {
      "week": "2026-18",
      "n": 2
    },
    {
      "week": "2026-25",
      "n": 1
    },
    {
      "week": "2026-27",
      "n": 4
    },
    {
      "week": "2026-30",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.7.0",
      "date": "2025-12-22"
    },
    {
      "name": "archive-rp-loss",
      "date": "2025-12-28"
    },
    {
      "name": "v0.7.6",
      "date": "2026-04-17"
    }
  ],
  "_topics": [
    "deep-neural-networks",
    "survival-analysis"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "ielbadisy",
      "count": 240,
      "uuid": 52789515
    },
    {
      "user": "dfalbel",
      "count": 3,
      "uuid": 4706822
    }
  ],
  "_userbio": {
    "uuid": 52789515,
    "type": "user",
    "name": "Imad EL BADISY ",
    "followers": 15,
    "description": "PhD, Research Engineer in Biostatistics | Health Data Scientist"
  },
  "_downloads": {
    "count": 297,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/survdnn"
  },
  "_devurl": "https://github.com/ielbadisy/survdnn",
  "_searchresults": 3,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/survdnn.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ielbadisy/survdnn",
  "_realowner": "ielbadisy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.6.0",
      "date": "2025-07-22"
    },
    {
      "version": "0.6.3",
      "date": "2025-10-30"
    },
    {
      "version": "0.7.0",
      "date": "2025-12-23"
    },
    {
      "version": "0.7.5",
      "date": "2026-01-08"
    },
    {
      "version": "0.7.6",
      "date": "2026-04-29"
    }
  ],
  "_exports": [
    "aft_loss",
    "brier",
    "build_dnn",
    "callback_early_stopping",
    "cindex_survmat",
    "cox_l2_loss",
    "cox_loss",
    "coxtime_loss",
    "cv_survdnn",
    "evaluate_survdnn",
    "gridsearch_survdnn",
    "ibs_survmat",
    "plot_loss",
    "summarize_cv_survdnn",
    "summarize_tune_survdnn",
    "survdnn",
    "tune_survdnn"
  ],
  "_help": [
    {
      "page": "brier",
      "title": "Brier Score for Right-Censored Survival Data at a Fixed Time",
      "topics": [
        "brier"
      ]
    },
    {
      "page": "callback_early_stopping",
      "title": "Early stopping callback for survdnn",
      "topics": [
        "callback_early_stopping"
      ]
    },
    {
      "page": "cindex_survmat",
      "title": "Concordance Index from a Survival Probability Matrix",
      "topics": [
        "cindex_survmat"
      ]
    },
    {
      "page": "cv_survdnn",
      "title": "K-Fold Cross-Validation for survdnn Models",
      "topics": [
        "cv_survdnn"
      ]
    },
    {
      "page": "evaluate_survdnn",
      "title": "Evaluate a survdnn Model Using Survival Metrics",
      "topics": [
        "evaluate_survdnn"
      ]
    },
    {
      "page": "gridsearch_survdnn",
      "title": "Grid Search for survdnn Hyperparameters",
      "topics": [
        "gridsearch_survdnn"
      ]
    },
    {
      "page": "ibs_survmat",
      "title": "Integrated Brier Score (IBS) from a Survival Probability Matrix",
      "topics": [
        "ibs_survmat"
      ]
    },
    {
      "page": "plot_loss",
      "title": "Plot Training Loss for a survdnn Model",
      "topics": [
        "plot_loss"
      ]
    },
    {
      "page": "plot.survdnn",
      "title": "Plot survdnn Survival Curves using ggplot2",
      "topics": [
        "plot.survdnn"
      ]
    },
    {
      "page": "predict.survdnn",
      "title": "Predict from a survdnn Model",
      "topics": [
        "predict.survdnn"
      ]
    },
    {
      "page": "print.survdnn",
      "title": "Print a survdnn Model",
      "topics": [
        "print.survdnn"
      ]
    },
    {
      "page": "summarize_cv_survdnn",
      "title": "Summarize Cross-Validation Results from survdnn",
      "topics": [
        "summarize_cv_survdnn"
      ]
    },
    {
      "page": "summarize_tune_survdnn",
      "title": "Summarize survdnn Tuning Results",
      "topics": [
        "summarize_tune_survdnn"
      ]
    },
    {
      "page": "summary.survdnn",
      "title": "Summarize a Deep Survival Neural Network Model",
      "topics": [
        "summary.survdnn"
      ]
    },
    {
      "page": "survdnn",
      "title": "Fit a Deep Neural Network for Survival Analysis",
      "topics": [
        "survdnn"
      ]
    },
    {
      "page": "tune_survdnn",
      "title": "Tune Hyperparameters for a survdnn Model via Cross-Validation",
      "topics": [
        "tune_survdnn"
      ]
    }
  ],
  "_readme": "https://github.com/ielbadisy/survdnn/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "callr",
    "cli",
    "codetools",
    "coro",
    "cpp11",
    "desc",
    "digest",
    "dplyr",
    "farver",
    "furrr",
    "future",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gtable",
    "isoband",
    "jsonlite",
    "labeling",
    "lattice",
    "lifecycle",
    "listenv",
    "magrittr",
    "Matrix",
    "otel",
    "parallelly",
    "pillar",
    "pkgconfig",
    "processx",
    "ps",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rsample",
    "S7",
    "safetensors",
    "scales",
    "slider",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "torch",
    "utf8",
    "vctrs",
    "viridisLite",
    "warp",
    "withr"
  ],
  "_score": 5.079181246047625,
  "_indexed": true,
  "_nocasepkg": "survdnn",
  "_universes": [
    "ielbadisy"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.7.6",
      "date": "2026-07-20T21:08:10.000Z",
      "distro": "resolute",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/7fc5118b9c5fd24383a9f9d648f5316db67068524b006a96485a66dd702879aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.7.6",
      "date": "2026-07-20T21:08:19.000Z",
      "distro": "resolute",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/5cad744d366458aa4ef494cd6d3d1c0a0d06a0b2828b20ef2d939139f9a1eef5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.7.6",
      "date": "2026-07-20T21:07:45.000Z",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/fa145126a7a403ca356488c3dc4fa6b59fc5d8ba6fa5963ccc209d7cb3d347e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.7.6",
      "date": "2026-07-20T21:07:33.000Z",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/5dfcd05aa953aa7d427937f841b3bcf4c3f6d31063b933d9aecd8bb67bea2084",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.7.6",
      "date": "2026-07-20T21:08:06.000Z",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/d079d5eb3d72e409b2e951acbfdb35549e17b592e7cde0b7aa43ed2880942d80",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.7.6",
      "date": "2026-07-20T21:07:02.000Z",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/d36ae172f2bd68b6eca0a505ea64a783afdebe09bb04babdfaaead836cf63d59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.7.6",
      "date": "2026-07-20T21:07:45.000Z",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/26a89b080c3cf381b55e3dde5c35e8edf7881542a1e64657e0118a35576d5956",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.7.6",
      "date": "2026-07-20T21:07:36.000Z",
      "commit": "351f8a3544bcc2ce5367d503eb7470e047d7ed1b",
      "fileid": "https://r2.ropensci.org/53dce04b910acc71ad7bf4646907bcd69c1177b9b03d9866f07ab70ee735cd39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ielbadisy/actions/runs/29778548481"
    }
  ]
}