Package: brulee Title: High-Level Modeling Functions with 'torch' Version: 1.1.0.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), person("Daniel", "Falbel", , "daniel@posit.co", role = "aut"), person("Posit Software, PBC", role = c("cph", "fnd")) ) 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://brulee.tidymodels.org/ BugReports: https://github.com/tidymodels/brulee/issues Depends: R (>= 4.1) Imports: cli, coro (>= 1.0.1), curl, dplyr, generics, ggplot2, hardhat, jsonlite, purrr, rlang (>= 1.1.1), safetensors, stats, tibble, tidyselect, torch (>= 0.13.0), utils, withr Suggests: covr, lubridate, modeldata, recipes, spelling, testthat, yardstick Config/Needs/website: tidyverse/tidytemplate Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Config/pak/sysreqs: libssl-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-07-02 16:50:32 UTC RemoteUrl: https://github.com/tidymodels/brulee RemoteRef: HEAD RemoteSha: b7f87d514639317e63526ef6b803dcaf3d1a13f0 NeedsCompilation: no Packaged: 2026-07-02 17:40:15 UTC; root Author: Max Kuhn [aut, cre] (ORCID: ), Daniel Falbel [aut], Posit Software, PBC [cph, fnd] Maintainer: Max Kuhn