Package: tfdatasets
Type: Package
Title: Interface to 'TensorFlow' Datasets
Version: 2.9.0
Authors@R: c(
  person("Tomasz", "Kalinowski", role = c("ctb", "cph", "cre"),
         email = "tomasz.kalinowski@rstudio.com"),
  person("Daniel", "Falbel", role = c("ctb", "cph"),
         email = "daniel@rstudio.com"),
  person("JJ", "Allaire", role = c("aut", "cph"),
         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("RStudio", role = c("cph", "fnd")),
  person(family = "Google Inc.", role = c("cph"))
  )
Description: Interface to 'TensorFlow' Datasets, a high-level library for
    building complex input pipelines from simple, re-usable pieces.
    See <https://www.tensorflow.org/guide> for additional
    details.
License: Apache License 2.0
URL: https://github.com/rstudio/tfdatasets
BugReports: https://github.com/rstudio/tfdatasets/issues
SystemRequirements: TensorFlow >= 1.4 (https://www.tensorflow.org/)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1)
Imports: reticulate (>= 1.10), tensorflow (>= 1.13.1), magrittr, rlang,
        tidyselect, stats, generics, vctrs
RoxygenNote: 7.2.0
Suggests: testthat, knitr, keras, rsample, rmarkdown, Metrics, dplyr,
        tfestimators
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-06-29 20:47:07 UTC; tomasz
Author: Tomasz Kalinowski [ctb, cph, cre],
  Daniel Falbel [ctb, cph],
  JJ Allaire [aut, cph],
  Yuan Tang [aut] (<https://orcid.org/0000-0001-5243-233X>),
  Kevin Ushey [aut],
  RStudio [cph, fnd],
  Google Inc. [cph]
Maintainer: Tomasz Kalinowski <tomasz.kalinowski@rstudio.com>
Repository: CRAN
Date/Publication: 2022-06-29 21:10:02 UTC
Built: R 4.1.2; ; 2022-06-30 10:45:59 UTC; unix
