Package: modeldb
Title: Fits Models Inside the Database
Version: 0.3.0
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.2.3
NeedsCompilation: no
Packaged: 2023-10-31 23:10:27 UTC; max
Author: Edgar Ruiz [aut],
  Max Kuhn [aut, cre]
Maintainer: Max Kuhn <max@posit.co>
Repository: CRAN
Date/Publication: 2023-11-01 14:30:02 UTC
Built: R 4.3.0; ; 2023-11-01 16:58:47 UTC; unix
