forked from tensorflow/io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.28 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
Package: tfio
Type: Package
Title: Interface to 'TensorFlow IO'
Version: 0.4.1
Authors@R: c(
person("TensorFlow IO Contributors", role = c("aut", "cph"),
email = "io@tensorflow.org",
comment = "Full list of contributors can be found at <https://github.com/tensorflow/io/graphs/contributors>"),
person("Yuan", "Tang", role = c("aut", "cre"),
email = "terrytangyuan@gmail.com",
comment = c(ORCID = "0000-0001-5243-233X")),
person(family = "TensorFlow Authors", role = c("cph")),
person("Ant Financial", role = c("cph")),
person("RStudio", role = c("cph"))
)
Description: Interface to 'TensorFlow IO', Datasets and filesystem extensions maintained by `TensorFlow SIG-IO` <https://github.com/tensorflow/community/blob/master/sigs/io/CHARTER.md>.
License: Apache License 2.0
URL: https://github.com/tensorflow/io
BugReports: https://github.com/tensorflow/io/issues
SystemRequirements: TensorFlow >= 1.13.0 (https://www.tensorflow.org/) and TensorFlow IO >= 0.4.0 (https://github.com/tensorflow/io)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1)
Imports:
reticulate (>= 1.10),
tensorflow (>= 1.9),
tfdatasets (>= 1.9),
forge,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Suggests:
testthat,
knitr
VignetteBuilder: knitr