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
. '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
Config/pak/sysreqs: libpng-dev python3
Repository: https://onnx.r-universe.dev
Date/Publication: 2023-07-07 16:55:05 UTC
RemoteUrl: https://github.com/onnx/onnx-r
RemoteRef: HEAD
RemoteSha: 0cd62fe21118e640f0b9d1a0e179b734a845462e
NeedsCompilation: no
Packaged: 2026-06-12 09:08:21 UTC; root
Author: Yuan Tang [aut, cre] (ORCID: ),
ONNX Authors [aut, cph],
Facebook, Inc. [cph],
Microsoft Corporation [cph]
Maintainer: Yuan Tang