{
  "_id": "6a10401cacfb0bcc41c9d02f",
  "Package": "bnnSurvival",
  "Type": "Package",
  "Title": "Bagged k-Nearest Neighbors Survival Prediction",
  "Version": "0.1.5",
  "Date": "2017-05-10",
  "Author": "Marvin N. Wright",
  "Maintainer": "Marvin N. Wright <marv@wrig.de>",
  "Description": "Implements a bootstrap aggregated (bagged) version of the\nk-nearest neighbors survival probability prediction method\n(Lowsky et al. 2013). In addition to the bootstrapping of\ntraining samples, the features can be subsampled in each\nbaselearner to break the correlation between them. The Rcpp\npackage is used to speed up the computation.",
  "License": "GPL-3",
  "RoxygenNote": "5.0.1",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://mnwright.r-universe.dev",
  "Date/Publication": "2017-07-26 20:02:25 UTC",
  "RemoteUrl": "https://github.com/mnwright/bnnsurvival",
  "RemoteRef": "HEAD",
  "RemoteSha": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-11 08:26:50 UTC",
    "User": "root"
  },
  "MD5sum": "216d453b3100c18d7a1f074f37dddf8c",
  "_user": "mnwright",
  "_type": "src",
  "_file": "bnnSurvival_0.1.5.tar.gz",
  "_fileid": "cadb1d9c455c8548635944bb76b29c9da66eb30914854010daa63746926767e3",
  "_filesize": 108479,
  "_sha256": "cadb1d9c455c8548635944bb76b29c9da66eb30914854010daa63746926767e3",
  "_created": "2026-05-11T08:26:50.000Z",
  "_published": "2026-05-22T11:38:04.068Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77371865114,
      "time": 174,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6913746567"
    },
    {
      "job": 77371865211,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6913748874"
    },
    {
      "job": 77371865701,
      "time": 186,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6913742943"
    },
    {
      "job": 77371865465,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6913747217"
    },
    {
      "job": 77371865974,
      "time": 201,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6913747640"
    },
    {
      "job": 77371865848,
      "time": 294,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6913778835"
    },
    {
      "job": 77371865313,
      "time": 221,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6913748212"
    },
    {
      "job": 77371865108,
      "time": 438,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6913820164"
    },
    {
      "job": 77371864696,
      "time": 234,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6913691931"
    },
    {
      "job": 77371864759,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159567491"
    },
    {
      "job": 77371865541,
      "time": 132,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6913735451"
    },
    {
      "job": 77371865432,
      "time": 122,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6913731799"
    },
    {
      "job": 77371865549,
      "time": 136,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6913736713"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mnwright/bnnsurvival",
  "_commit": {
    "id": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
    "author": "Marvin Wright <github@wrig.de>",
    "committer": "Marvin Wright <github@wrig.de>",
    "message": "Revert \"clean up\"\n\nThis reverts commit 98697070aea2ba62d718933ced7ddce312fb53e0.\n",
    "time": 1501099345
  },
  "_maintainer": {
    "name": "Marvin N. Wright",
    "email": "marv@wrig.de",
    "login": "mnwright",
    "orcid": "0000-0002-8542-6291",
    "uuid": 9598192
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "prodlim",
      "role": "Imports"
    },
    {
      "package": "pec",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.2",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "survival",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "mnwright",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "mnwright",
      "count": 7,
      "uuid": 9598192
    }
  ],
  "_userbio": {
    "uuid": 9598192,
    "type": "user",
    "name": "Marvin N. Wright"
  },
  "_downloads": {
    "count": 306,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bnnSurvival"
  },
  "_devurl": "https://github.com/mnwright/bnnsurvival",
  "_searchresults": 5,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bnnSurvival.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mnwright/bnnsurvival",
  "_realowner": "mnwright",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.4",
      "date": "2016-02-27"
    },
    {
      "version": "0.1.5",
      "date": "2017-05-10"
    }
  ],
  "_exports": [
    "bnnSurvival",
    "predict",
    "predictions",
    "print",
    "show",
    "timepoints"
  ],
  "_help": [
    {
      "page": "bnnSurvival",
      "title": "Bagged k-nearest neighbors survival prediction",
      "topics": [
        "bnnSurvival"
      ]
    },
    {
      "page": "get_best_k",
      "title": "Get optimal number of neighbors",
      "topics": [
        "get_best_k"
      ]
    },
    {
      "page": "predict-bnnSurvivalBaseLearner-method",
      "title": "Compute prediction for all samples.",
      "topics": [
        "predict,bnnSurvivalBaseLearner-method"
      ]
    },
    {
      "page": "predict-bnnSurvivalEnsemble-method",
      "title": "Predict survival probabilities with bagged k-nearest neighbors survival prediction.",
      "topics": [
        "predict,bnnSurvivalEnsemble-method"
      ]
    },
    {
      "page": "predictions",
      "title": "Get Predictions",
      "topics": [
        "predictions"
      ]
    },
    {
      "page": "predictions-bnnSurvivalResult-method",
      "title": "Get Predictions",
      "topics": [
        "predictions,bnnSurvivalResult-method"
      ]
    },
    {
      "page": "predictSurvProb.bnnSurvivalEnsemble",
      "title": "Function to extract survival probability predictions from bnnSurvivalEnsemble. Use with 'pec' package.",
      "topics": [
        "predictSurvProb.bnnSurvivalEnsemble"
      ]
    },
    {
      "page": "print-bnnSurvivalEnsemble-method",
      "title": "Generic print method for bnnSurvivalEnsemble",
      "topics": [
        "print,bnnSurvivalEnsemble-method"
      ]
    },
    {
      "page": "print-bnnSurvivalResult-method",
      "title": "Generic print method for bnnSurvivalResult",
      "topics": [
        "print,bnnSurvivalResult-method"
      ]
    },
    {
      "page": "show-bnnSurvivalEnsemble-method",
      "title": "Generic show method for bnnSurvivalEnsemble",
      "topics": [
        "show,bnnSurvivalEnsemble-method"
      ]
    },
    {
      "page": "show-bnnSurvivalResult-method",
      "title": "Generic show method for bnnSurvivalResult",
      "topics": [
        "show,bnnSurvivalResult-method"
      ]
    },
    {
      "page": "timepoints",
      "title": "Get Timepoints",
      "topics": [
        "timepoints"
      ]
    },
    {
      "page": "timepoints-bnnSurvivalResult-method",
      "title": "Get timepoints",
      "topics": [
        "timepoints,bnnSurvivalResult-method"
      ]
    }
  ],
  "_readme": "https://github.com/mnwright/bnnsurvival/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "cmprsk",
    "codetools",
    "colorspace",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "doParallel",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreach",
    "foreign",
    "Formula",
    "fs",
    "future",
    "future.apply",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "memoise",
    "mets",
    "mime",
    "multcomp",
    "mvtnorm",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pec",
    "plotrix",
    "polspline",
    "prodlim",
    "progressr",
    "Publish",
    "quantreg",
    "R6",
    "ranger",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "riskRegression",
    "rlang",
    "rmarkdown",
    "rms",
    "rpart",
    "rstudioapi",
    "S7",
    "sandwich",
    "sass",
    "scales",
    "shape",
    "SparseM",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "TH.data",
    "timereg",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml",
    "zoo"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "bnnsurvival",
  "_universes": [
    "mnwright"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-11T08:29:31.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "3d10ccbe4cf0a6b242ef3e9b3b46c0b9920fbdc5d5b96655c4f0746594af20b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-11T08:29:35.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "372d08eb78aa1f8f76a79a1bf110b16339dedc014b9c5c1918135fa8d3b98cb5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-11T08:29:22.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "0f2e672e36c0511a51af819a4fbaa325430b15f8ec63241abeaa95c03ac79ade",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-11T08:29:31.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "41cc8ee6cdab3fa07ec0a8b57173483115c47498047779822ac6e992dc3f9729",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-11T08:29:27.000Z",
      "arch": "aarch64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "fbda62ac59c92ad5a11351d01861cc8ca94b7d09080f7da3446c3ec95481c0b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-11T08:30:44.000Z",
      "arch": "x86_64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "bf1d7bad28da05b3f276f269b87b459797962b2b6feff22a017a6b1a9743ff01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-11T08:29:26.000Z",
      "arch": "aarch64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "3c337968f946f8fbd34c35fe66b80dde251fc8daaaa5515d68a8316ff449a57e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-11T08:31:27.000Z",
      "arch": "x86_64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "ae983dc0a7a6f1df107b9b0943a5e126c771d91e91ffdfdf60bf2e7b638d91c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-11T08:28:25.000Z",
      "arch": "x86_64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "4c7bd621118cb31f61081fd9c5086195770b18a6484bbce8b21d066958e8bbec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-11T08:28:20.000Z",
      "arch": "x86_64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "a068d52b678f7a4077af09e367fe13506a62c1113adafd760ce81fe9bd3f0fc0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-11T08:28:31.000Z",
      "arch": "x86_64",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "046d45cfcd8d759ec0ba3b9dcaec01674f67726e6d2de1f3c60e7c918929d9e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5",
      "date": "2026-05-22T11:37:44.000Z",
      "arch": "emscripten",
      "commit": "694072bc55d210dde9e3cccf03e1fe7a29dfd0e3",
      "fileid": "45217b09c69102e0ca0567d46027b60b36212f47d0724257b729684484ab7e6d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mnwright/actions/runs/25658815790"
    }
  ]
}