-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: tfdatasets
Type: Package
Title: Interface to 'TensorFlow' Datasets
Version: 2.17.0.9000
Authors@R: c(
person("Tomasz", "Kalinowski", role = c("ctb", "cph", "cre"),
email = "[email protected]"),
person("Daniel", "Falbel", role = c("ctb", "cph"),
email = "[email protected]"),
person("JJ", "Allaire", role = c("aut", "cph"),
email = "[email protected]"),
person("Yuan", "Tang", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5243-233X")),
person("Kevin", "Ushey", role = c("aut"),
email = "[email protected]"),
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
keras3,
rsample,
rmarkdown,
Metrics,
dplyr,
progress,
tfestimators
VignetteBuilder: knitr