Package: orbital
Title: Predict with 'tidymodels' Workflows in Databases
Version: 0.1.0
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre")),
    person(given = "Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Turn 'tidymodels' workflows into objects containing the sufficient
    sequential equations to perform predictions. These smaller objects allow 
    for low dependency prediction locally or directly in databases.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/orbital
BugReports: https://github.com/tidymodels/orbital/issues
Imports: cli, rlang
Suggests: dbplyr, dplyr, dtplyr, jsonlite, kknn, parsnip, recipes,
        testthat (>= 3.0.0), tidypredict, workflows
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1.9000
NeedsCompilation: no
Packaged: 2024-06-28 20:11:07 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre],
  Posit Software, PBC [cph, fnd]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>
Repository: CRAN
Date/Publication: 2024-07-01 10:00:02 UTC
