{
  "_id": "6a1b63be1d7bb097a0a11ea1",
  "Package": "usemodels",
  "Title": "Boilerplate Code for 'Tidymodels' Analyses",
  "Version": "0.2.0.9000",
  "Authors@R": "c(\nperson(\"Max\", \"Kuhn\", , \"max@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-2402-136X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\ncomment = c(ROR = \"03wc8by49\"))\n)",
  "Description": "Code snippets to fit models using the tidymodels framework\ncan be easily created for a given data set.",
  "License": "MIT + file LICENSE",
  "URL": "https://usemodels.tidymodels.org/,\nhttps://github.com/tidymodels/usemodels",
  "BugReports": "https://github.com/tidymodels/usemodels/issues",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Config/usethis/last-upkeep": "2025-04-27",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libx11-dev",
  "Repository": "https://tidymodels.r-universe.dev",
  "Date/Publication": "2025-11-14 09:35:29 UTC",
  "RemoteUrl": "https://github.com/tidymodels/usemodels",
  "RemoteRef": "HEAD",
  "RemoteSha": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-30 22:21:04 UTC",
    "User": "root"
  },
  "Author": "Max Kuhn [aut, cre] (ORCID: <https://orcid.org/0000-0003-2402-136X>),\nPosit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
  "Maintainer": "Max Kuhn <max@posit.co>",
  "MD5sum": "5f48670f0df312b2cefb9c19131a6cd0",
  "_user": "tidymodels",
  "_type": "src",
  "_file": "usemodels_0.2.0.9000.tar.gz",
  "_fileid": "e490ea57472002e9f0bfb32422e166a15c2cdb8030b2b5b56165956f0a990696",
  "_filesize": 98104,
  "_sha256": "e490ea57472002e9f0bfb32422e166a15c2cdb8030b2b5b56165956f0a990696",
  "_created": "2026-05-30T22:21:04.000Z",
  "_published": "2026-05-30T22:25:02.307Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78681714290,
      "time": 194,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7311798971"
    },
    {
      "job": 78681714282,
      "time": 164,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311795966"
    },
    {
      "job": 78681714293,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7311792799"
    },
    {
      "job": 78681714294,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311789338"
    },
    {
      "job": 78681499104,
      "time": 241,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311779606"
    },
    {
      "job": 78681714278,
      "time": 154,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311795033"
    },
    {
      "job": 78681714298,
      "time": 125,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7311792201"
    },
    {
      "job": 78681714295,
      "time": 180,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7311797858"
    },
    {
      "job": 78681714296,
      "time": 129,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7311792893"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tidymodels/usemodels",
  "_commit": {
    "id": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
    "author": "Hannah Frick <hfrick@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #55 from jeroenjanssens/supported-by-posit\n\nAdd \"Supported By Posit\" badge to usemodels website",
    "time": 1763112929
  },
  "_maintainer": {
    "name": "Max Kuhn",
    "email": "max@posit.co",
    "login": "topepo",
    "orcid": "0000-0003-2402-136X",
    "description": "",
    "uuid": 5731043
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "clipr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "recipes",
      "version": ">= 0.1.15",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tune",
      "version": ">= 0.1.2",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "modeldata",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "tidymodels",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-46",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 87,
  "_contributors": [
    {
      "user": "topepo",
      "count": 46,
      "uuid": 5731043
    },
    {
      "user": "emilhvitfeldt",
      "count": 25,
      "uuid": 14034784
    },
    {
      "user": "juliasilge",
      "count": 17,
      "uuid": 12505835
    },
    {
      "user": "hfrick",
      "count": 9,
      "uuid": 12950918
    },
    {
      "user": "qiushiyan",
      "count": 2,
      "uuid": 48123899
    },
    {
      "user": "bryceroney",
      "count": 1,
      "uuid": 6660301
    },
    {
      "user": "gaborcsardi",
      "count": 1,
      "uuid": 660288
    },
    {
      "user": "jeroenjanssens",
      "count": 1,
      "uuid": 1368256
    },
    {
      "user": "vinchinzu",
      "count": 1,
      "uuid": 3958556
    }
  ],
  "_userbio": {
    "uuid": 29100987,
    "type": "organization",
    "name": "tidymodels"
  },
  "_downloads": {
    "count": 302,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/usemodels"
  },
  "_devurl": "https://github.com/tidymodels/usemodels",
  "_pkgdown": "https://usemodels.tidymodels.org/",
  "_searchresults": 174,
  "_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/usemodels.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tidymodels/usemodels",
  "_realowner": "tidymodels",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2020-09-22"
    },
    {
      "version": "0.1.0",
      "date": "2020-11-17"
    },
    {
      "version": "0.2.0",
      "date": "2022-02-19"
    }
  ],
  "_exports": [
    "use_bag_tree_rpart",
    "use_C5.0",
    "use_cubist",
    "use_dbarts",
    "use_earth",
    "use_glmnet",
    "use_kernlab_svm_poly",
    "use_kernlab_svm_rbf",
    "use_kknn",
    "use_mgcv",
    "use_mixOmics",
    "use_nnet",
    "use_ranger",
    "use_rpart",
    "use_xgboost",
    "use_xrf"
  ],
  "_help": [
    {
      "page": "templates",
      "title": "Functions to create boilerplate code for specific models",
      "topics": [
        "use_bag_tree_rpart",
        "use_C5.0",
        "use_cubist",
        "use_dbarts",
        "use_earth",
        "use_glmnet",
        "use_kernlab_svm_poly",
        "use_kernlab_svm_rbf",
        "use_kknn",
        "use_mgcv",
        "use_mixOmics",
        "use_nnet",
        "use_ranger",
        "use_rpart",
        "use_xgboost",
        "use_xrf"
      ]
    }
  ],
  "_readme": "https://github.com/tidymodels/usemodels/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "class",
    "cli",
    "clipr",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "dials",
    "DiceDesign",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "furrr",
    "future",
    "future.apply",
    "GauPro",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "highr",
    "htmltools",
    "ipred",
    "isoband",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lava",
    "lbfgs",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "mixopt",
    "modelenv",
    "nnet",
    "numDeriv",
    "parallelly",
    "parsnip",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "prodlim",
    "progressr",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "recipes",
    "rlang",
    "rmarkdown",
    "rpart",
    "rsample",
    "S7",
    "sass",
    "scales",
    "sfd",
    "shape",
    "slider",
    "sparsevctrs",
    "splitfngr",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tailor",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tinytex",
    "tune",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "warp",
    "withr",
    "workflows",
    "xfun",
    "yaml",
    "yardstick"
  ],
  "_score": 6.78212849222918,
  "_indexed": true,
  "_nocasepkg": "usemodels",
  "_universes": [
    "tidymodels",
    "topepo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:23:47.000Z",
      "distro": "noble",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "2a8d35a34cc5fc5b4cdc0100df6ca38dd0e523fd911a2b88fb5444f26b984d69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:23:26.000Z",
      "distro": "noble",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "f41c3dab6e28fb33510221867df0c59b022ce5c2469eadb03527fd9fae95279e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:23:02.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "a4d09ef67a9878533063acafae4f1adbc20a92477f9a4432b4d510567a8669b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:22:35.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "02e7cfd8ec389a7c0a5a3541d0a9bb5e756d35ffd52817db256d6ea35f52df45",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:24:00.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "b1f97e8fb06078df13041726e2599ed97d9fa26ac96e8c16c0887cfb22f70c8a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:22:41.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "8781da753a38eaf6fe0a962fb4e922c41e4a641a1e3ab407af60d220fe7254f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:23:28.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "2592da582eb78c254f84696bdbd57abe65783ff6dfb0b9894ccf695664f42909",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-30T22:22:41.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "4413d42ca9d865e00aeb0813825a9a75b0595f32d6c41f7f3e77d6f5baa22d9d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/26696372680"
    }
  ]
}