-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
28 lines (28 loc) · 993 Bytes
/
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
Package: onnx
Type: Package
Title: R Interface to 'ONNX'
Version: 0.0.3
Authors@R: c(
person("Yuan", "Tang", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-5243-233X")),
person("ONNX Authors", role = c("aut", "cph")),
person("Facebook, Inc.", role = c("cph")),
person("Microsoft Corporation", role = c("cph")))
Description: R Interface to 'ONNX' - Open Neural Network Exchange <https://onnx.ai/>.
'ONNX' provides an open source format for machine learning models.
It defines an extensible computation graph model, as well as definitions
of built-in operators and standard data types.
License: MIT License + file LICENSE
URL: https://github.com/onnx/onnx-r
BugReports: https://github.com/onnx/onnx-r/issues
Encoding: UTF-8
Depends:
R (>= 3.1)
Imports:
reticulate (>= 1.4)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr