Package: tensorflow
Type: Package
Title: R Interface to 'TensorFlow'
Version: 2.20.0.9000
Authors@R: c(
person("JJ", "Allaire", role = c("aut", "cph")),
person("Tomasz", "Kalinowski", role = c("ctb", "cph", "cre"),
email = "tomasz.kalinowski@posit.co"),
person("Daniel", "Falbel", role = c("ctb", "cph"), email = "daniel@posit.co"),
person("Dirk", "Eddelbuettel", role = c("ctb", "cph"),
email = "edd@debian.org"),
person("Yuan", "Tang", role = c("aut", "cph"),
email = "terrytangyuan@gmail.com",
comment = c(ORCID = "0000-0001-5243-233X")),
person("Nick", "Golding", role = c("ctb", "cph"),
email = "nick.golding.research@gmail.com"),
person("Google Inc.", role = c("ctb", "cph"),
comment = "Examples and Tutorials"),
person("Posit, PBC", role = c("cph", "fnd"))
)
Description: Interface to 'TensorFlow' ,
an open source software library for numerical computation using
data flow graphs. Nodes in the graph represent mathematical
operations, while the graph edges represent the
multidimensional data arrays (tensors) communicated between
them. The flexible architecture allows you to deploy
computation to one or more 'CPUs' or 'GPUs' in a desktop,
server, or mobile device with a single 'API'. 'TensorFlow' was
originally developed by researchers and engineers working on
the Google Brain Team within Google's Machine Intelligence
research organization for the purposes of conducting machine
learning and deep neural networks research, but the system is
general enough to be applicable in a wide variety of other
domains as well.
License: Apache License 2.0
URL: https://github.com/rstudio/tensorflow
BugReports: https://github.com/rstudio/tensorflow/issues
SystemRequirements: TensorFlow (https://www.tensorflow.org/)
Encoding: UTF-8
Depends: R (>= 3.6)
Imports: config, processx, reticulate (>= 1.41.0), tfruns (>= 1.0),
utils, yaml, grDevices, tfautograph (>= 0.3.1), rstudioapi (>=
0.7), lifecycle
Roxygen: list(markdown = TRUE)
Suggests: testthat (>= 2.1.0), keras3, pillar, withr, callr
RoxygenNote: 7.3.2
Config/pak/sysreqs: libpng-dev
Repository: https://rstudio.r-universe.dev
Date/Publication: 2026-05-08 15:48:59 UTC
RemoteUrl: https://github.com/rstudio/tensorflow
RemoteRef: HEAD
RemoteSha: fed1fe79742d9a979884b07f69c126b91a93050b
NeedsCompilation: no
Packaged: 2026-07-12 05:27:18 UTC; root
Author: JJ Allaire [aut, cph],
Tomasz Kalinowski [ctb, cph, cre],
Daniel Falbel [ctb, cph],
Dirk Eddelbuettel [ctb, cph],
Yuan Tang [aut, cph] (ORCID: ),
Nick Golding [ctb, cph],
Google Inc. [ctb, cph] (Examples and Tutorials),
Posit, PBC [cph, fnd]
Maintainer: Tomasz Kalinowski