{
  "_id": "6a102a68acfb0bcc41c91fc3",
  "Package": "onnx",
  "Type": "Package",
  "Title": "R Interface to 'ONNX'",
  "Version": "0.0.3",
  "Authors@R": "c(\nperson(\"Yuan\", \"Tang\", role = c(\"aut\", \"cre\"), email = \"terrytangyuan@gmail.com\", comment = c(ORCID = \"0000-0001-5243-233X\")),\nperson(\"ONNX Authors\", role = c(\"aut\", \"cph\")),\nperson(\"Facebook, Inc.\", role = c(\"cph\")),\nperson(\"Microsoft Corporation\", role = c(\"cph\")))",
  "Description": "R Interface to 'ONNX' - Open Neural Network Exchange\n<https://onnx.ai/>. 'ONNX' provides an open source format for\nmachine learning models. It defines an extensible computation\ngraph model, as well as definitions of built-in operators and\nstandard 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",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "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": {
    "Date": "2026-05-13 06:57:00 UTC",
    "User": "root"
  },
  "Author": "Yuan Tang [aut, cre] (ORCID: <https://orcid.org/0000-0001-5243-233X>),\nONNX Authors [aut, cph],\nFacebook, Inc. [cph],\nMicrosoft Corporation [cph]",
  "Maintainer": "Yuan Tang <terrytangyuan@gmail.com>",
  "MD5sum": "9855f7c93e5a3e5fe39037f988197aa3",
  "_user": "onnx",
  "_type": "src",
  "_file": "onnx_0.0.3.tar.gz",
  "_fileid": "75b2008f05b0f8166c6f50990790d6f6adeba5f66d2b8b13222e2401fe2ef7ac",
  "_filesize": 259353,
  "_sha256": "75b2008f05b0f8166c6f50990790d6f6adeba5f66d2b8b13222e2401fe2ef7ac",
  "_created": "2026-05-13T06:57:00.000Z",
  "_published": "2026-05-22T10:05:28.055Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77358378125,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6963557265"
    },
    {
      "job": 77358378243,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6963556212"
    },
    {
      "job": 77358377934,
      "time": 195,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6963747126"
    },
    {
      "job": 77358377924,
      "time": 168,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6963727436"
    },
    {
      "job": 77358377708,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6963519626"
    },
    {
      "job": 77358377443,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157936772"
    },
    {
      "job": 77358378161,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6963543526"
    },
    {
      "job": 77358378735,
      "time": 193,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6963570703"
    },
    {
      "job": 77358378092,
      "time": 120,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6963551425"
    }
  ],
  "_buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/onnx/onnx-r",
  "_commit": {
    "id": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
    "author": "Yuan Tang <terrytangyuan@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md\n\nSigned-off-by: Yuan Tang <terrytangyuan@gmail.com>",
    "time": 1688748905
  },
  "_maintainer": {
    "name": "Yuan Tang",
    "email": "terrytangyuan@gmail.com",
    "login": "terrytangyuan",
    "mastodon": "@terrytangyuan@fosstodon.org",
    "bluesky": "@terrytangyuan.xyz",
    "linkedin": "in/terrytangyuan",
    "orcid": "0000-0001-5243-233X",
    "twitter": "@TerryTangYuan",
    "uuid": 4269898
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1",
      "role": "Depends"
    },
    {
      "package": "reticulate",
      "version": ">= 1.4",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "onnx",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "deep-learning",
    "deep-neural-networks",
    "onnx"
  ],
  "_stars": 48,
  "_contributors": [
    {
      "user": "terrytangyuan",
      "count": 60,
      "uuid": 4269898
    },
    {
      "user": "asiripanich",
      "count": 1,
      "uuid": 17020181
    }
  ],
  "_userbio": {
    "uuid": 31675368,
    "type": "organization",
    "name": "Open Neural Network Exchange",
    "description": "ONNX is an open ecosystem for interoperable AI models. It's a community project: we welcome your contributions!"
  },
  "_downloads": {
    "count": 349,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/onnx"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/onnx/onnx-r",
  "_searchresults": 25,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/onnx.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/onnx/onnx-r",
  "_realowner": "onnx",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2018-03-06"
    },
    {
      "version": "0.0.2",
      "date": "2018-04-25"
    },
    {
      "version": "0.0.3",
      "date": "2021-04-16"
    }
  ],
  "_exports": [
    "check",
    "load_from_file",
    "load_from_string",
    "make_attribute",
    "make_graph",
    "make_node",
    "make_tensor",
    "make_tensor_value_info",
    "print_readable"
  ],
  "_help": [
    {
      "page": "checker",
      "title": "Check Whether The Proto is Valid",
      "topics": [
        "check",
        "check.onnx_pb2.AttributeProto",
        "check.onnx_pb2.GraphProto",
        "check.onnx_pb2.ModelProto",
        "check.onnx_pb2.NodeProto",
        "check.onnx_pb2.TensorProto"
      ]
    },
    {
      "page": "load_from_file",
      "title": "Loads a binary protobuf that stores onnx model",
      "topics": [
        "load_from_file"
      ]
    },
    {
      "page": "load_from_string",
      "title": "Loads a binary string that stores onnx model",
      "topics": [
        "load_from_string"
      ]
    },
    {
      "page": "maker",
      "title": "Make Different Types of Protos",
      "topics": [
        "make_attribute",
        "make_graph",
        "make_node",
        "make_tensor",
        "make_tensor_value_info"
      ]
    },
    {
      "page": "print_readable",
      "title": "Print the Human-readable Representation of the Proto Object",
      "topics": [
        "print_readable"
      ]
    }
  ],
  "_readme": "https://github.com/onnx/onnx-r/raw/HEAD/README.md",
  "_rundeps": [
    "here",
    "jsonlite",
    "lattice",
    "Matrix",
    "png",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "protobufs.Rmd",
      "filename": "protobufs.html",
      "title": "Creating ONNX Protobuf",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Create Node Protobuf",
        "Create Attribute Protobuf",
        "Create Graph Protobuf"
      ],
      "created": "2018-03-10 18:12:20",
      "modified": "2018-03-12 03:15:06",
      "commits": 4
    },
    {
      "source": "onnx_model_zoo.Rmd",
      "filename": "onnx_model_zoo.html",
      "title": "Load and Run an ONNX Model",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example: Using TensorFlow backend"
      ],
      "created": "2018-03-10 17:28:00",
      "modified": "2021-04-16 18:32:25",
      "commits": 5
    }
  ],
  "_score": 6.079181246047625,
  "_indexed": true,
  "_nocasepkg": "onnx",
  "_universes": [
    "onnx",
    "terrytangyuan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-05-13T06:59:04.000Z",
      "distro": "noble",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "92b5bb85a4e17791f86ac3c5344065efcfb4b8843dff99148b29b1f6378d2bb5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-05-13T06:59:08.000Z",
      "distro": "noble",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "547df67107d0a671b831d643b4b9e3d081d5e9097e2b748e8eeb40f0e87425c5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-05-13T07:10:23.000Z",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "1440eac842209492485477c6efde4aa076a3c0d8f18ff0d99ab809ba9506db9f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-05-13T07:09:25.000Z",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "e9842f172d530c1f72b6d1e5d934708925aafa7bebe1779c3b988433d63f9fcd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-05-13T06:58:16.000Z",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "790475a8d4553c7df71281e3e59b4ffb1d855ee1c1cfbaa4e66d50ffccf5a665",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-05-13T07:00:01.000Z",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "682722be4ae2b2d827618f81256194141110c4728b9ccc57b691de2ec976326a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-05-13T06:58:41.000Z",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "f4d5789a8fcc851634f963182c5ca343fac20905d84325cb89f1768fd8b07b66",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.3",
      "date": "2026-05-22T10:05:12.000Z",
      "commit": "0cd62fe21118e640f0b9d1a0e179b734a845462e",
      "fileid": "8d31339a4e5f73d66986c52fd48b704022609197f67ff6f959bd547c370cef6f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/onnx/actions/runs/25783447918"
    }
  ]
}