Package: modeldb Title: Fits Models Inside the Database Version: 0.3.1.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-08-22 17:23:02 UTC RemoteUrl: https://github.com/tidymodels/modeldb RemoteRef: HEAD RemoteSha: 5d925298563a83c3ecca194bec4923e8defc5625 NeedsCompilation: no Packaged: 2026-07-03 19:21:21 UTC; root Author: Edgar Ruiz [aut], Max Kuhn [aut, cre] Maintainer: Max Kuhn