Package: tidypredict
Title: Run Predictions Inside the Database
Version: 1.2.0
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    person("Edgar", "Ruiz", , "edgar@posit.co", role = "aut"),
    person("Max", "Kuhn", , "max@posit.co", role = "aut",
           comment = c(ORCID = "0000-0003-2402-136X")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: It parses a fitted 'R' model object, and returns a formula in
    'Tidy Eval' code that calculates the predictions.  It works with
    several databases back-ends because it leverages 'dplyr' and 'dbplyr'
    for the final 'SQL' translation of the algorithm.  Dozens of model
    classes are supported; see the "Supported models" article at
    <https://tidypredict.tidymodels.org/articles/models.html> for the
    current list.
License: MIT + file LICENSE
URL: https://tidypredict.tidymodels.org,
        https://github.com/tidymodels/tidypredict
BugReports: https://github.com/tidymodels/tidypredict/issues
Depends: R (>= 4.1)
Imports: cli, dplyr (>= 0.7), generics, jsonlite, knitr, lifecycle,
        purrr, rlang (>= 1.1.1), tibble, tidyr, utils
Suggests: agua, aorsf, baguette, bonsai, C50, covr, Cubist (>= 0.5.1),
        data.table, dbarts, DBI, dbplyr, discrim, earth (>= 5.1.2),
        glmnet, h2o, kernlab, klaR, LiblineaR, lightgbm, MASS, mboost,
        mda, methods, mixOmics, mlbench, modeldata, naivebayes, nnet,
        nycflights13, parsnip, partykit, plsmod, quantreg,
        randomForest, ranger (>= 0.14.1), RhpcBLASctl, rmarkdown, rpart
        (>= 4.1.0), RSQLite, rules, sda, sparsediscrim, survival,
        testthat (>= 3.2.0), withr, xgboost, xrf, yaml
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2026-08-19
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-09-03 20:44:09 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0679-1945>),
  Edgar Ruiz [aut],
  Max Kuhn [aut] (ORCID: <https://orcid.org/0000-0003-2402-136X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>
Repository: CRAN
Date/Publication: 2026-09-04 05:10:02 UTC
