{
  "_id": "6a47f5cfe06c18f0a65263eb",
  "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-07-03 17:42:28 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>",
  "_user": "tidymodels",
  "_type": "src",
  "_file": "usemodels_0.2.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/4ba4620481089fd64106a2a17d850ac9f04d0f251cd1ca6144ff78a235ed5cc1",
  "_filesize": 100070,
  "_sha256": "4ba4620481089fd64106a2a17d850ac9f04d0f251cd1ca6144ff78a235ed5cc1",
  "_expires": "2026-10-11T17:47:57.000Z",
  "_created": "2026-07-03T17:42:28.000Z",
  "_published": "2026-07-03T17:47:59.233Z",
  "_jobs": [
    {
      "job": 85048597593,
      "time": 182,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8072333918"
    },
    {
      "job": 85048597564,
      "time": 194,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072337191"
    },
    {
      "job": 85048597570,
      "time": 105,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8072360071"
    },
    {
      "job": 85048597577,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072340655"
    },
    {
      "job": 85048157667,
      "time": 212,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072292047"
    },
    {
      "job": 85048597537,
      "time": 176,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8072332976"
    },
    {
      "job": 85048597591,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8072318410"
    },
    {
      "job": 85048597627,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8072318633"
    },
    {
      "job": 85048597586,
      "time": 124,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072320768"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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",
    "followers": 555
  },
  "_downloads": {
    "count": 392,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/usemodels"
  },
  "_devurl": "https://github.com/tidymodels/usemodels",
  "_pkgdown": "https://usemodels.tidymodels.org/",
  "_searchresults": 186,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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.811092188164497,
  "_indexed": true,
  "_nocasepkg": "usemodels",
  "_universes": [
    "tidymodels",
    "topepo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:45:03.000Z",
      "distro": "resolute",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/ae42dbce8e7135ce7770e095e99966e42c1384cfaab47003c580d9d55635f1f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:45:06.000Z",
      "distro": "resolute",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/ca2d239fd1cba7311d2cf0f2e49fc81cab74fcf38f0abd7026bf1ca1cc992237",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:47:07.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/c50913081809cc18068a4a3e51b40dd5dfe562c564df53be15438f7c83972425",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:45:45.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/24ef1d6fe8122f0777a2c323151ec20d2dbad80cd8d1bb43ca8ce632b432e1f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:45:42.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/1f3fb807fc5bb0ae88e90a675f82b9669825739e30795653d2483aab2a8e5245",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:43:43.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/36aedbfce6e90e412f3831c3ecb91a747a04af2abee7a7bb4ffcbd2997c133a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:43:46.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/f18cb30ffda53d80e7cb82bddb4a928c36c7b9908f7c2eda0eb457f11d0c6415",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-07-03T17:43:50.000Z",
      "commit": "34211a8b19746685f0c6f2fd8d8111561ec4130d",
      "fileid": "https://r2.ropensci.org/18095c57cf42c5461113c6eebc4d592d69d49d5576f2896470cbf62296f7f0fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tidymodels/actions/runs/28675559525"
    }
  ]
}