Package: modeldb
Title: Fits Models Inside the Database
Version: 0.3.1
Authors@R: c(
    person("Edgar", "Ruiz", , "edgar@posit.co", role = "aut"),
    person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"))
  )
Description: Uses 'dplyr' and 'tidyeval' to fit statistical models inside
    the database. It currently supports KMeans and linear regression
    models.
License: MIT + file LICENSE
URL: https://modeldb.tidymodels.org,
        https://github.com/tidymodels/modeldb
BugReports: https://github.com/tidymodels/modeldb/issues
Depends: R (>= 3.6)
Imports: cli, dplyr (>= 0.7), ggplot2, progress, purrr, rlang (>=
        1.1.1), tibble, tidypredict
Suggests: covr, DBI, dbplyr, knitr, methods, nycflights13, rmarkdown,
        RSQLite, testthat (>= 3.2.0)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-08-22 16:28:20 UTC; max
Author: Edgar Ruiz [aut],
  Max Kuhn [aut, cre]
Maintainer: Max Kuhn <max@posit.co>
Repository: CRAN
Date/Publication: 2025-08-22 17:10:08 UTC
Built: R 4.5.2; ; 2025-11-08 04:19:11 UTC; windows
