Package: tfestimators Type: Package Title: Interface to 'TensorFlow' Estimators Version: 1.9.3.9000 Authors@R: c( person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"), person("Yuan", "Tang", role = c("aut"), email = "terrytangyuan@gmail.com", comment = c(ORCID = "0000-0001-5243-233X")), person("Kevin", "Ushey", role = c("aut"), email = "kevin@rstudio.com"), person("Kevin", "Kuo", role = c("aut"), email = "kevin.kuo@rstudio.com", comment = c(ORCID = "0000-0001-7803-7901")), person("Tomasz", "Kalinowski", role = c("cre"), email = "tomasz.kalinowski@rstudio.com"), person("Daniel", "Falbel", role = c("ctb", "cph")), person("RStudio", role = c("cph", "fnd")), person(family = "Google Inc.", role = c("cph")) ) Description: Interface to 'TensorFlow' Estimators , a high-level API that provides implementations of many different model types including linear models and deep neural networks. License: Apache License 2.0 URL: https://github.com/rstudio/tfestimators BugReports: https://github.com/rstudio/tfestimators/issues SystemRequirements: TensorFlow (https://www.tensorflow.org/) Encoding: UTF-8 Depends: R (>= 3.1) Imports: forge, magrittr, progress, reticulate (>= 1.10), rlang (>= 0.3), tensorflow (>= 1.9), tfruns (>= 1.1), tidyselect, utils, purrr, tibble, tidyr Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: ggplot2, modelr (>= 0.1.1), testthat, rmarkdown, knitr VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libpng-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2025-08-19 13:05:00 UTC RemoteUrl: https://github.com/rstudio/tfestimators RemoteRef: HEAD RemoteSha: cf55641ca47ff0fa8f7f0ac5177f69fb3e947d01 NeedsCompilation: no Packaged: 2026-06-23 07:06:36 UTC; root Author: JJ Allaire [aut], Yuan Tang [aut] (ORCID: ), Kevin Ushey [aut], Kevin Kuo [aut] (ORCID: ), Tomasz Kalinowski [cre], Daniel Falbel [ctb, cph], RStudio [cph, fnd], Google Inc. [cph] Maintainer: Tomasz Kalinowski