{
  "_id": "6a46db506527f6f71f9f755d",
  "Package": "caretMultimodal",
  "Title": "Multimodal Late Fusion with caret",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Josh\", \"Dyce\", , \"jpdyce@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Amrit\", \"Singh\", role = c(\"aut\"))\n)",
  "Description": "Extends the 'caret' framework to support late fusion\nworkflows, enabling users to train models independently across\nmultiple data modalities and combine their predictions into a\nsingle meta-model. Designed for developers, data scientists,\nand biomedical researchers alike, 'caretMultimodal' aims to\nmake late fusion ensemble modelling as accessible and flexible\nas single-dataset workflows in 'caret'. Late fusion methods are\nbased on Wolpert (1992) <doi:10.1016/S0893-6080(05)80023-1>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/CompBio-Lab/caretMultimodal,\nhttps://compbio-lab.github.io/caretMultimodal/",
  "BugReports": "https://github.com/CompBio-Lab/caretMultimodal/issues",
  "LazyData": "true",
  "Config/pak/sysreqs": "libicu-dev zlib1g-dev",
  "Repository": "https://compbio-lab.r-universe.dev",
  "Date/Publication": "2026-06-23 22:06:52 UTC",
  "RemoteUrl": "https://github.com/compbio-lab/caretmultimodal",
  "RemoteRef": "HEAD",
  "RemoteSha": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-01 08:55:57 UTC",
    "User": "root"
  },
  "Author": "Josh Dyce [aut, cre],\nAmrit Singh [aut]",
  "Maintainer": "Josh Dyce <jpdyce@gmail.com>",
  "MD5sum": "5ace7c297a34b741791a0e26480bf3f6",
  "_user": "compbio-lab",
  "_type": "src",
  "_file": "caretMultimodal_1.0.0.tar.gz",
  "_fileid": "6901d98497399391ef98ceb79a16077c066620e81685afc3f627ea569d7bbfea",
  "_filesize": 2655752,
  "_sha256": "6901d98497399391ef98ceb79a16077c066620e81685afc3f627ea569d7bbfea",
  "_created": "2026-07-01T08:55:57.000Z",
  "_published": "2026-07-02T21:42:40.184Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 84884367634,
      "time": 188,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8005015840"
    },
    {
      "job": 84884367919,
      "time": 184,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8005014448"
    },
    {
      "job": 84884367891,
      "time": 225,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8005024272"
    },
    {
      "job": 84884367820,
      "time": 281,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8005038498"
    },
    {
      "job": 84884367432,
      "time": 268,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004937442"
    },
    {
      "job": 84884367629,
      "time": 174,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8005010350"
    },
    {
      "job": 84884367929,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8004986372"
    },
    {
      "job": 84884367832,
      "time": 128,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8004991003"
    },
    {
      "job": 84884367672,
      "time": 139,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8004996608"
    }
  ],
  "_buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/compbio-lab/caretmultimodal",
  "_commit": {
    "id": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
    "author": "JoshD898 <jpdyce@gmail.com>",
    "committer": "JoshD898 <jpdyce@gmail.com>",
    "message": "Updated description to cite Wolpert, added @return for generic methods\n",
    "time": 1782252412
  },
  "_maintainer": {
    "name": "Josh Dyce",
    "email": "jpdyce@gmail.com",
    "login": "joshd898",
    "description": "",
    "uuid": 123065015
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "pROC",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "viridis",
      "role": "Imports"
    },
    {
      "package": "MultiAssayExperiment",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "doParallel",
      "role": "Suggests"
    }
  ],
  "_owner": "compbio-lab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-37",
      "n": 1
    },
    {
      "week": "2025-39",
      "n": 3
    },
    {
      "week": "2025-40",
      "n": 4
    },
    {
      "week": "2025-41",
      "n": 2
    },
    {
      "week": "2025-44",
      "n": 4
    },
    {
      "week": "2026-05",
      "n": 3
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 15
    },
    {
      "week": "2026-12",
      "n": 6
    },
    {
      "week": "2026-18",
      "n": 7
    },
    {
      "week": "2026-24",
      "n": 5
    },
    {
      "week": "2026-26",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "joshd898",
      "count": 105,
      "uuid": 123065015
    },
    {
      "user": "par21val-512",
      "count": 3,
      "uuid": 161367215
    }
  ],
  "_userbio": {
    "uuid": 106935866,
    "type": "organization",
    "name": "CompBio-Lab",
    "followers": 6
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/caretMultimodal"
  },
  "_devurl": "https://github.com/compbio-lab/caretmultimodal",
  "_pkgdown": "https://compbio-lab.github.io/caretMultimodal/",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/caretMultimodal.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/compbio-lab/caretmultimodal",
  "_realowner": "compbio-lab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-06-30"
    }
  ],
  "_exports": [
    "caret_list",
    "caret_stack",
    "compute_ablation",
    "compute_feature_contributions",
    "compute_metric",
    "compute_model_contributions",
    "oof_predictions",
    "plot_ablation",
    "plot_feature_contributions",
    "plot_metric",
    "plot_model_contributions",
    "plot_roc",
    "prepare_mae"
  ],
  "_datasets": [
    {
      "name": "heart_failure_datasets",
      "title": "Heart Failure Datasets",
      "object": "heart_failure_datasets",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "heart_failure_stack",
      "title": "Pre-trained 'caret_stack' on Heart Failure Datasets",
      "object": "heart_failure_stack",
      "class": [
        "caret_stack"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "caret_list",
      "title": "Construct a 'caret_list' object",
      "topics": [
        "caret_list"
      ]
    },
    {
      "page": "caret_stack",
      "title": "Construct a 'caret_stack' object.",
      "topics": [
        "caret_stack"
      ]
    },
    {
      "page": "compute_ablation.caret_stack",
      "title": "Perform an ablation analysis for a 'caret_stack'",
      "topics": [
        "compute_ablation.caret_stack"
      ]
    },
    {
      "page": "compute_feature_contributions.caret_stack",
      "title": "Compute the feature level contributions for a 'caret_stack'.",
      "topics": [
        "compute_feature_contributions.caret_stack"
      ]
    },
    {
      "page": "compute_metric.caret_stack",
      "title": "Compute metrics with a provided metric function",
      "topics": [
        "compute_metric.caret_stack"
      ]
    },
    {
      "page": "compute_model_contributions.caret_stack",
      "title": "Compute the relative contributions of each of the base models in the ensemble model",
      "topics": [
        "compute_model_contributions.caret_stack"
      ]
    },
    {
      "page": "heart_failure_datasets",
      "title": "Heart Failure Datasets",
      "topics": [
        "heart_failure_datasets"
      ]
    },
    {
      "page": "heart_failure_stack",
      "title": "Pre-trained 'caret_stack' on Heart Failure Datasets",
      "topics": [
        "heart_failure_stack"
      ]
    },
    {
      "page": "oof_predictions.caret_list",
      "title": "Out-of-fold predictions from a 'caret_list'",
      "topics": [
        "oof_predictions.caret_list"
      ]
    },
    {
      "page": "oof_predictions.caret_stack",
      "title": "Out-of-fold predictions from a caret_stack",
      "topics": [
        "oof_predictions.caret_stack"
      ]
    },
    {
      "page": "plot_ablation.caret_stack",
      "title": "Make a bar plot of an ablation analysis for a 'caret_stack'.",
      "topics": [
        "plot_ablation.caret_stack"
      ]
    },
    {
      "page": "plot_feature_contributions.caret_stack",
      "title": "Make a bar plot of feature level for a 'caret_stack'.",
      "topics": [
        "plot_feature_contributions.caret_stack"
      ]
    },
    {
      "page": "plot_metric.caret_stack",
      "title": "Plot metrics computed with a provided metric function",
      "topics": [
        "plot_metric.caret_stack"
      ]
    },
    {
      "page": "plot_model_contributions.caret_stack",
      "title": "Plot the relative contributions of each of the base models in the ensemble model",
      "topics": [
        "plot_model_contributions.caret_stack"
      ]
    },
    {
      "page": "plot_roc.caret_stack",
      "title": "Plot ROC curves for individual and ensemble models in a caret_stack",
      "topics": [
        "plot_roc.caret_stack"
      ]
    },
    {
      "page": "predict.caret_list",
      "title": "Predict from a 'caret_list'",
      "topics": [
        "predict.caret_list"
      ]
    },
    {
      "page": "predict.caret_stack",
      "title": "Create a matrix of predictions for a 'caret_stack' object.",
      "topics": [
        "predict.caret_stack"
      ]
    },
    {
      "page": "prepare_mae",
      "title": "Prepare a MultiAssayExperiment for use with caretMultimodal",
      "topics": [
        "prepare_mae"
      ]
    },
    {
      "page": "summary.caret_list",
      "title": "Provide a summary of the best tuning parameters and resampling metrics for all the 'caret_list' models.",
      "topics": [
        "summary.caret_list"
      ]
    },
    {
      "page": "summary.caret_stack",
      "title": "Get a summary of a 'caret_stack' object",
      "topics": [
        "summary.caret_stack"
      ]
    }
  ],
  "_readme": "https://github.com/compbio-lab/caretmultimodal/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "Biobase",
    "BiocBaseUtils",
    "BiocGenerics",
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "DelayedArray",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "GenomicRanges",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "gower",
    "gridExtra",
    "gtable",
    "hardhat",
    "ipred",
    "IRanges",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "ModelMetrics",
    "MultiAssayExperiment",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S4Arrays",
    "S4Vectors",
    "S7",
    "scales",
    "Seqinfo",
    "shape",
    "SparseArray",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "SummarizedExperiment",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr",
    "XVector"
  ],
  "_score": 3.8129133566428557,
  "_indexed": true,
  "_nocasepkg": "caretmultimodal",
  "_universes": [
    "compbio-lab",
    "joshd898"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-01T08:58:35.000Z",
      "distro": "resolute",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "e3de9df335a5873948f89301f01a52a9dd1d8832f4e7e0bb6c0079b983a6418a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-01T08:58:32.000Z",
      "distro": "resolute",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "9c595ef6903d8a6bfc50492101175575f5c688bc8608021b3680533cf636e4d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-01T08:58:48.000Z",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "41056f4b95548af9fb04cd2e218324ad87795c9f347e1e3ef458d706a54c87d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-01T08:59:20.000Z",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "7d846e977959ed50c29779a9c9ba9156ff11a931ba99d4af03d16e61ae3e3196",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-07-01T08:59:13.000Z",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "227a67e49ccd19f12d02522605d546d340c44af6bc1f75dc2c1a51751de79656",
      "status": "success",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-01T08:57:14.000Z",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "f29ac7fa458ef94b373344ecb59a41c9cabc3e9b4497fe5c7d0b82ba7bcafad8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-01T08:57:20.000Z",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "c3b6db44b0c6008bbd2f4f987dbfe11982a4a3ec532d16c001eb1f17515ea642",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-01T08:57:40.000Z",
      "commit": "4a6b5e11cb5e20a72a66d2ba5de821f437ff38bf",
      "fileid": "dac2245bd0d83ab26e3102f750da34cdfd8f581a9b2e18d34352bf0a6b5a5113",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/compbio-lab/actions/runs/28505496693"
    }
  ]
}