{
  "_id": "6a4a20100784416d7d81a1a1",
  "Package": "tornado",
  "Title": "Plots for Model Sensitivity and Variable Importance",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Rob\",\nfamily = \"Carnell\",\nrole = c(\"aut\", \"cre\"),\nemail = \"bertcarnell@gmail.com\")",
  "Description": "Draws tornado plots for model sensitivity to univariate\nchanges.  Implements methods for many modeling methods\nincluding linear models, generalized linear models, survival\nregression models, and arbitrary machine learning models in the\ncaret package.  Also draws variable importance plots.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "URL": "https://bertcarnell.github.io/tornado/,\nhttps://github.com/bertcarnell/tornado",
  "BugReports": "https://github.com/bertcarnell/tornado/issues",
  "Collate": "'create_data_low_high.R' 'create_dict.R' 'create_endpoints.R'\n'create_factor_plot_data.R' 'create_importance_data.R'\n'create_means.R' 'create_plot_data.R' 'importance.R'\n'importance_glm.R' 'importance_glmnet.R' 'importance_lm.R'\n'importance_survreg.R' 'importance_train.R'\n'plot_importance_plot.R' 'plot_tornado_plot.R'\n'print_importance_plot.R' 'print_tornado_plot.R'\n'quantile_ordered.R' 'tornado.R' 'tornado_coxph.R'\n'tornado_glm.R' 'tornado_glmnet.R' 'tornado_lm.R'\n'tornado_survreg.R' 'tornado_train.R'",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://bertcarnell.r-universe.dev",
  "Date/Publication": "2024-08-03 20:35:42 UTC",
  "RemoteUrl": "https://github.com/bertcarnell/tornado",
  "RemoteRef": "HEAD",
  "RemoteSha": "97ab07552f9fea57e3792cc97167d09d726e3893",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-09 09:01:40 UTC",
    "User": "root"
  },
  "Author": "Rob Carnell [aut, cre]",
  "Maintainer": "Rob Carnell <bertcarnell@gmail.com>",
  "_user": "bertcarnell",
  "_type": "src",
  "_file": "tornado_0.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/dbdd3cb10d53106d5add3f6d3f6d28a89b9d4283dac7751ad1e36667824f069d",
  "_filesize": 804525,
  "_sha256": "dbdd3cb10d53106d5add3f6d3f6d28a89b9d4283dac7751ad1e36667824f069d",
  "_expires": "2026-10-13T09:12:46.000Z",
  "_created": "2026-06-09T09:01:40.000Z",
  "_published": "2026-07-05T09:12:48.221Z",
  "_jobs": [
    {
      "job": 85209818912,
      "time": 208,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7503208151"
    },
    {
      "job": 85209818836,
      "time": 206,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7503207826"
    },
    {
      "job": 85209818878,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7503183177"
    },
    {
      "job": 85209818959,
      "time": 150,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7503186736"
    },
    {
      "job": 85209818727,
      "time": 228,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7503130648"
    },
    {
      "job": 85209818834,
      "time": 165,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7503191936"
    },
    {
      "job": 85209818850,
      "time": 160,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7503190360"
    },
    {
      "job": 85209818829,
      "time": 183,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7503199026"
    },
    {
      "job": 85209818832,
      "time": 158,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7503189519"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743",
  "_status": "success",
  "_upstream": "https://github.com/bertcarnell/tornado",
  "_commit": {
    "id": "97ab07552f9fea57e3792cc97167d09d726e3893",
    "author": "Rob <bertcarnell@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update r-cmd-check.yml to fix Ubuntu problems",
    "time": 1722717342
  },
  "_maintainer": {
    "name": "Rob Carnell",
    "email": "bertcarnell@gmail.com",
    "login": "bertcarnell",
    "description": "Physicist, Submariner, Nuclear Engineer, Statistician, Data Scientist, SCOTUS Watcher, Genealogist, Cancer Charity Rider",
    "uuid": 1971363
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "survival",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "Hmisc",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "caret",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "bertcarnell",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "explanability",
    "regression",
    "sensitivity-analysis"
  ],
  "_stars": 9,
  "_contributors": [
    {
      "user": "bertcarnell",
      "count": 105,
      "uuid": 1971363
    },
    {
      "user": "olivroy",
      "count": 9,
      "uuid": 52606734
    },
    {
      "user": "teunbrand",
      "count": 1,
      "uuid": 49372158
    }
  ],
  "_userbio": {
    "uuid": 1971363,
    "type": "user",
    "name": "Rob",
    "description": "Physicist, Submariner, Nuclear Engineer, Statistician, Data Scientist, SCOTUS Watcher, Genealogist, Cancer Charity Rider"
  },
  "_downloads": {
    "count": 313,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tornado"
  },
  "_devurl": "https://github.com/bertcarnell/tornado",
  "_pkgdown": "https://bertcarnell.github.io/tornado/",
  "_searchresults": 6,
  "_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/tornado.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bertcarnell/tornado",
  "_realowner": "bertcarnell",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2022-01-10"
    },
    {
      "version": "0.1.2",
      "date": "2023-02-12"
    },
    {
      "version": "0.1.3",
      "date": "2024-01-21"
    }
  ],
  "_exports": [
    "importance",
    "tornado"
  ],
  "_help": [
    {
      "page": "importance",
      "title": "Generic Importance Plot",
      "topics": [
        "importance"
      ]
    },
    {
      "page": "importance.cv.glmnet",
      "title": "Plot Variable Importance for a GLMNET model",
      "topics": [
        "importance.cv.glmnet"
      ]
    },
    {
      "page": "importance.glm",
      "title": "GLM variable importance plot",
      "topics": [
        "importance.glm"
      ]
    },
    {
      "page": "importance.lm",
      "title": "Linear Model variable importance plot",
      "topics": [
        "importance.lm"
      ]
    },
    {
      "page": "importance.survreg",
      "title": "Create a variable importance plot for a survreg model",
      "topics": [
        "importance.survreg"
      ]
    },
    {
      "page": "importance.train",
      "title": "Importance Plot for the caret::train objects",
      "topics": [
        "importance.train"
      ]
    },
    {
      "page": "plot.importance_plot",
      "title": "Plot an Importance Plot object",
      "topics": [
        "plot.importance_plot"
      ]
    },
    {
      "page": "plot.tornado_plot",
      "title": "Plot a Tornado Plot object",
      "topics": [
        "plot.tornado_plot"
      ]
    },
    {
      "page": "print.importance_plot",
      "title": "print data in an 'importance_plot'",
      "topics": [
        "print.importance_plot"
      ]
    },
    {
      "page": "print.tornado_plot",
      "title": "print data in a 'tornado_plot'",
      "topics": [
        "print.tornado_plot"
      ]
    },
    {
      "page": "quantile.ordered",
      "title": "Quantile for Ordered Factors",
      "topics": [
        "quantile.ordered"
      ]
    },
    {
      "page": "tornado",
      "title": "Generic tornado plotting method",
      "topics": [
        "tornado"
      ]
    },
    {
      "page": "tornado.coxph",
      "title": "Cox Proportional Hazards Tornado Diagram",
      "topics": [
        "tornado.coxph"
      ]
    },
    {
      "page": "tornado.cv.glmnet",
      "title": "GLMNET Tornado Diagram",
      "topics": [
        "tornado.cv.glmnet"
      ]
    },
    {
      "page": "tornado.glm",
      "title": "GLM Tornado Diagram",
      "topics": [
        "tornado.glm"
      ]
    },
    {
      "page": "tornado.lm",
      "title": "Linear Model Tornado Diagram",
      "topics": [
        "tornado.lm"
      ]
    },
    {
      "page": "tornado.survreg",
      "title": "Survreg Tornado Diagram",
      "topics": [
        "tornado.survreg"
      ]
    },
    {
      "page": "tornado.train",
      "title": "Caret Tornado Diagram",
      "topics": [
        "tornado.train"
      ]
    }
  ],
  "_pkglogo": "https://github.com/bertcarnell/tornado/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/bertcarnell/tornado/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "colorspace",
    "cpp11",
    "data.table",
    "digest",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreign",
    "Formula",
    "fs",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "memoise",
    "mime",
    "nnet",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "survival",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "tornadoVignette.Rmd",
      "filename": "tornadoVignette.html",
      "title": "Tornado and Importance Plots",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Data Sets",
        "Tornado Plot Examples",
        "LM",
        "type = \"PercentChange\"",
        "type = \"rangess\"",
        "type = \"percentiles\"",
        "Including Categorical Variables",
        "Changing Variable Names",
        "Plotting Options",
        "Extending the ggplot",
        "GLM",
        "Censored Data",
        "Surival Regression or Accelerated Failure",
        "Cox Proportional Hazards",
        "Ridge Regression and LASSO",
        "Machine Learning Models",
        "Regression",
        "Classification",
        "Importance Plots",
        "Linear Models",
        "Using a dictionary to translate the variable names and chaning colors",
        "Generalized Linear Models",
        "Machine Learning"
      ],
      "created": "2021-12-31 20:59:39",
      "modified": "2024-01-27 18:21:23",
      "commits": 5
    }
  ],
  "_score": 4.954242509439325,
  "_indexed": true,
  "_nocasepkg": "tornado",
  "_universes": [
    "bertcarnell"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-09T09:03:58.000Z",
      "distro": "noble",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/88f43a3d5257450f3a51479b6f03f5782a764c4ac77fd6e356143a34208a5a6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-09T09:04:03.000Z",
      "distro": "noble",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/9ce4385a9b11a5e08fff58bffc5504f72d1f49be775bd3d17a39f40958dada29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-09T09:03:25.000Z",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/1705dad23e3f766c25e9662d94bf63719884d57c2982a9cd3ddca5da770e9fa9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-09T09:03:23.000Z",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/df1758af41df809f648fa886f03ae14fbd35d6b91d8c4907c52ab2857e0089da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-09T09:04:41.000Z",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/7268d67049f11ee38c0c103447d907658e0d77f38f9bfe0aeb8e4e71d7f690e3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-09T09:03:04.000Z",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/f6b0073157c9a149972481c06ea1b334cf8e61a68cc12a2d7df40f738e503d21",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-09T09:03:17.000Z",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/c56beb38f3839d6c89eb361ce397a3f9c7a62beab631e3427e6566b5d19af7b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-09T09:02:57.000Z",
      "commit": "97ab07552f9fea57e3792cc97167d09d726e3893",
      "fileid": "https://r2.ropensci.org/16092b275132c6a7ceec9d5263accafb00fef08388dbaadef10c801be408386e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bertcarnell/actions/runs/27195289743"
    }
  ]
}