Package: brulee
Title: High-Level Modeling Functions with 'torch'
Version: 0.2.0
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2402-136X")),
    person("Daniel", "Falbel", , "daniel@rstudio.com", role = "aut"),
    person("RStudio", role = "cph")
  )
Description: Provides high-level modeling functions to define and train
    models using the 'torch' R package. Models include linear, logistic,
    and multinomial regression as well as multilayer perceptrons.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/brulee,
        https://tidymodels.github.io/brulee/
BugReports: https://github.com/tidymodels/brulee/issues
Imports: cli, coro (>= 1.0.1), dplyr, generics, ggplot2, glue, hardhat,
        rlang, stats, tibble, torch (>= 0.6.0), utils
Suggests: covr, modeldata, purrr, recipes, spelling, testthat,
        yardstick
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.1.9000
NeedsCompilation: no
Packaged: 2022-09-19 12:24:41 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  Daniel Falbel [aut],
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2022-09-19 23:36:10 UTC
Built: R 4.2.0; ; 2022-09-20 12:07:42 UTC; unix
