Package: onnx
Type: Package
Title: R Interface to 'ONNX'
Version: 0.0.3
Authors@R: c(
  person("Yuan", "Tang", role = c("aut", "cre"), email = "terrytangyuan@gmail.com", 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)
RoxygenNote: 7.0.2
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-04-16 18:33:35 UTC; yuan.tang
Author: Yuan Tang [aut, cre] (<https://orcid.org/0000-0001-5243-233X>),
  ONNX Authors [aut, cph],
  Facebook, Inc. [cph],
  Microsoft Corporation [cph]
Maintainer: Yuan Tang <terrytangyuan@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-16 18:50:02 UTC
Built: R 4.4.3; ; 2025-10-21 13:10:04 UTC; windows
