{
  "_id": "6a27b2bc24555f66ed537791",
  "Package": "survinng",
  "Title": "Gradient-Based Feature Attribution for Survival Neural Networks",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Niklas\", \"Koenen\", , \"niklas.koenen@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4623-8271\")),\nperson(c(\"Sophie\", \"Hanna\"), \"Langbein\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-5629-2055\"))\n)",
  "Description": "This package implements model-specific, gradient-based\nfeature attribution methods for deep survival neural networks,\nincluding DeepHit, CoxTime, and DeepSurv. It accompanies the\nICML 2025 paper \"Gradient-based Explanations for Deep Learning\nSurvival Models\".",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/Needs/website": "rmarkdown",
  "URL": "https://bips-hb.github.io/survinng/",
  "VignetteBuilder": "knitr",
  "Repository": "https://bips-hb.r-universe.dev",
  "Date/Publication": "2025-05-28 20:59:12 UTC",
  "RemoteUrl": "https://github.com/bips-hb/survinng",
  "RemoteRef": "HEAD",
  "RemoteSha": "37e2ae011468f92544c10c6fa1398af92d922be9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-09 05:58:59 UTC",
    "User": "root"
  },
  "Author": "Niklas Koenen [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4623-8271>),\nSophie Hanna Langbein [aut] (ORCID:\n<https://orcid.org/0000-0001-5629-2055>)",
  "Maintainer": "Niklas Koenen <niklas.koenen@gmail.com>",
  "MD5sum": "2852bc29939a40b4dd7c4960bf95d949",
  "_user": "bips-hb",
  "_type": "src",
  "_file": "survinng_0.1.0.tar.gz",
  "_fileid": "bb182b9aa70921008eb172ce34f6b8fbbd1295618bd0cde2f2d3cf6e70e7b555",
  "_filesize": 178892,
  "_sha256": "bb182b9aa70921008eb172ce34f6b8fbbd1295618bd0cde2f2d3cf6e70e7b555",
  "_created": "2026-06-09T05:58:59.000Z",
  "_published": "2026-06-09T06:29:16.322Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80258014713,
      "time": 179,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7499684793"
    },
    {
      "job": 80258014720,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499684165"
    },
    {
      "job": 80258014681,
      "time": 110,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7499989899"
    },
    {
      "job": 80258014706,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7500093833"
    },
    {
      "job": 80257568943,
      "time": 228,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499640446"
    },
    {
      "job": 80258014717,
      "time": 151,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499677866"
    },
    {
      "job": 80258014702,
      "time": 132,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7499673038"
    },
    {
      "job": 80258014696,
      "time": 98,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7499664143"
    },
    {
      "job": 80258014695,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499666662"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bips-hb/survinng",
  "_commit": {
    "id": "37e2ae011468f92544c10c6fa1398af92d922be9",
    "author": "nkoenen <niklas.koenen@gmail.com>",
    "committer": "nkoenen <niklas.koenen@gmail.com>",
    "message": "fix typo\n",
    "time": 1748465952
  },
  "_maintainer": {
    "name": "Niklas Koenen",
    "email": "niklas.koenen@gmail.com",
    "login": "nkoenen",
    "description": "",
    "uuid": 79153641,
    "orcid": "0000-0002-4623-8271"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "torch",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    },
    {
      "package": "keras",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "simsurv",
      "role": "Suggests"
    },
    {
      "package": "ggmap",
      "role": "Suggests"
    },
    {
      "package": "cowplot",
      "role": "Suggests"
    },
    {
      "package": "survminer",
      "role": "Suggests"
    },
    {
      "package": "torchvision",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    },
    {
      "package": "survivalmodels",
      "role": "Suggests"
    },
    {
      "package": "patchwork",
      "role": "Suggests"
    },
    {
      "package": "here",
      "role": "Suggests"
    },
    {
      "package": "survex",
      "role": "Suggests"
    },
    {
      "package": "SurvMetrics",
      "role": "Suggests"
    },
    {
      "package": "tensorflow",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "bips-hb",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "nkoenen",
      "count": 63,
      "uuid": 79153641
    },
    {
      "user": "sophhan",
      "count": 5,
      "uuid": 79644349
    }
  ],
  "_userbio": {
    "uuid": 34575917,
    "type": "organization",
    "name": "BIPS",
    "description": "Leibniz Institute for Prevention Research and Epidemiology"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/survinng"
  },
  "_devurl": "https://github.com/bips-hb/survinng",
  "_pkgdown": "https://bips-hb.github.io/survinng/",
  "_searchresults": 16,
  "_rbuild": "4.6.0",
  "_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/survinng.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "explain",
    "extract_model",
    "plot_attr",
    "plot_contr",
    "plot_force",
    "plot_pred",
    "surv_grad",
    "surv_gradSHAP",
    "surv_intgrad",
    "surv_smoothgrad"
  ],
  "_help": [
    {
      "page": "as.data.frame",
      "title": "Convert survival attribution results to a data.frame",
      "concept": [
        "Conversion Methods"
      ],
      "topics": [
        "as.data.frame.surv_result",
        "as.data.table.surv_result"
      ]
    },
    {
      "page": "explain",
      "title": "Explain a model",
      "topics": [
        "explain",
        "explain.extracted_survivalmodels_coxtime",
        "explain.extracted_survivalmodels_deephit",
        "explain.extracted_survivalmodels_deepsurv",
        "explain.nn_module"
      ]
    },
    {
      "page": "extract_model",
      "title": "Extract model information from a 'survivalmodels' object",
      "topics": [
        "extract_model",
        "extract_model.coxtime",
        "extract_model.deephit",
        "extract_model.deepsurv"
      ]
    },
    {
      "page": "plot.surv_result",
      "title": "Plot Methods for Survival Attribution Results",
      "concept": [
        "Plot Methods"
      ],
      "topics": [
        "plot.surv_result",
        "plot_attr",
        "plot_contr",
        "plot_force",
        "plot_pred"
      ]
    },
    {
      "page": "print.explainer",
      "title": "Custom print method for explainer objects",
      "topics": [
        "print.explainer_coxtime",
        "print.explainer_deephit",
        "print.explainer_deepsurv"
      ]
    },
    {
      "page": "print.extracted_survivalmodels",
      "title": "Print method for extracted pycox survival model",
      "topics": [
        "print.extracted_survivalmodels_coxtime",
        "print.extracted_survivalmodels_deephit",
        "print.extracted_survivalmodels_deepsurv"
      ]
    },
    {
      "page": "print.surv_result",
      "title": "Print function for surv_result objects",
      "topics": [
        "print.surv_result"
      ]
    },
    {
      "page": "surv_grad",
      "title": "Calculate the Gradient of the Survival Function",
      "concept": [
        "Attribution Methods"
      ],
      "topics": [
        "surv_grad",
        "surv_grad.explainer_coxtime",
        "surv_grad.explainer_deephit",
        "surv_grad.explainer_deepsurv"
      ]
    },
    {
      "page": "surv_gradSHAP",
      "title": "Calculate the GradSHAP values of the Survival Function",
      "concept": [
        "Attribution Methods"
      ],
      "topics": [
        "surv_gradSHAP",
        "surv_gradSHAP.explainer_coxtime",
        "surv_gradSHAP.explainer_deephit",
        "surv_gradSHAP.explainer_deepsurv"
      ]
    },
    {
      "page": "surv_intgrad",
      "title": "Calculate the Integrated Gradients of the Survival Function",
      "concept": [
        "Attribution Methods"
      ],
      "topics": [
        "surv_intgrad",
        "surv_intgrad.explainer_coxtime",
        "surv_intgrad.explainer_deephit",
        "surv_intgrad.explainer_deepsurv"
      ]
    },
    {
      "page": "surv_smoothgrad",
      "title": "Calculate the SmoothGrad values of the Survival Function",
      "concept": [
        "Attribution Methods"
      ],
      "topics": [
        "surv_smoothgrad",
        "surv_smoothgrad.explainer_coxtime",
        "surv_smoothgrad.explainer_deephit",
        "surv_smoothgrad.explainer_deepsurv"
      ]
    }
  ],
  "_readme": "https://github.com/bips-hb/survinng/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "bit",
    "bit64",
    "callr",
    "checkmate",
    "cli",
    "coro",
    "cpp11",
    "desc",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "jsonlite",
    "labeling",
    "lifecycle",
    "magrittr",
    "otel",
    "pillar",
    "pkgconfig",
    "processx",
    "ps",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "safetensors",
    "scales",
    "tibble",
    "tidyselect",
    "torch",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1.9030899869919438,
  "_indexed": true,
  "_nocasepkg": "survinng",
  "_universes": [
    "bips-hb",
    "nkoenen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-09T06:01:44.000Z",
      "distro": "noble",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "c076b611c14d2e0dd8af38d418382255d6fae46b457c6560664ec43f5fcc27e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-09T06:01:42.000Z",
      "distro": "noble",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "e4f224239158d10c5546b4c75efd3caa39105fd0a662832a59b910ce6962c733",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-09T06:21:57.000Z",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "82f52c5d4d0959adb327da1fafb1c9c770127e7f4899ae275b4301727a566edf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-09T06:28:29.000Z",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "1322472585d54f0184f94fdc630dcb830445c939a6830cce2f8c50e0a161e385",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-09T06:01:47.000Z",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "a445d15659e68f6230e01c68e76a31778833c44d3b93ca29b9a60cc9ae48057c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-09T06:00:46.000Z",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "a03df111de7d98cebe443dcc949295ff0c9e0e63fc3600e7687ad5a4be5ca54e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-09T06:00:17.000Z",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "af515b7b9fd0e90c45a24f2f80a751a5f1b30718bd7d9d5ccf9cb3d1f75ea4e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-09T06:00:26.000Z",
      "commit": "37e2ae011468f92544c10c6fa1398af92d922be9",
      "fileid": "d94124e5103b44971786bfbc6808ac7a8df2126e370509862726d3c25197677b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/27186840227"
    }
  ]
}