{
  "_id": "6a495d3377d6db3f2f964d1e",
  "Package": "churon",
  "Title": "'ONNX' Runtime Integration for R",
  "Version": "0.1.10",
  "Author": "Chanyub Park [aut, cre]\n(<https://orcid.org/0000-0001-6474-2570>)",
  "Maintainer": "Chanyub Park <mrchypark@gmail.com>",
  "Authors@R": "person(given = \"Chanyub\",\nfamily = \"Park\",\nrole = c(\"aut\",\"cre\"),\nemail = \"mrchypark@gmail.com\",\ncomment = c(ORCID = \"0000-0001-6474-2570\"))",
  "Description": "Provides high-performance R bindings for 'ONNX' Runtime,\nenabling efficient machine learning model inference. Written in\nRust for memory safety and speed, the package supports\ncross-platform model execution with multiple execution\nproviders. Includes comprehensive error handling and\nvalidation, with bundled 'MNIST' example model for immediate\ntesting and prototyping. Designed for production use with\nsupport for macOS (arm64/x64), Linux (x64/arm64), and Windows\n(x64/arm64).",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/mrchypark/churon",
  "BugReports": "https://github.com/mrchypark/churon/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/rextendr/version": "0.4.2",
  "SystemRequirements": "Rust toolchain (>= 1.75.0), ONNX Runtime (>=\n1.23.2)",
  "Config/pak/sysreqs": "libclang-dev",
  "Repository": "https://mrchypark.r-universe.dev",
  "Date/Publication": "2026-01-18 10:50:46 UTC",
  "RemoteUrl": "https://github.com/mrchypark/churon",
  "RemoteRef": "HEAD",
  "RemoteSha": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-24 05:27:58 UTC",
    "User": "root"
  },
  "_user": "mrchypark",
  "_type": "src",
  "_file": "churon_0.1.10.tar.gz",
  "_fileid": "https://r2.ropensci.org/8a122c000cc606f0d3ea27d093b7e62483d793ab724a54edfe6822c763a408ab",
  "_filesize": 1512122,
  "_sha256": "8a122c000cc606f0d3ea27d093b7e62483d793ab724a54edfe6822c763a408ab",
  "_expires": "2026-10-12T19:21:21.000Z",
  "_created": "2026-06-24T05:27:58.000Z",
  "_published": "2026-07-04T19:21:23.575Z",
  "_jobs": [
    {
      "job": 85160050541,
      "time": 157,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7840928598"
    },
    {
      "job": 85160050640,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7840925107"
    },
    {
      "job": 85160050700,
      "time": 154,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7840927660"
    },
    {
      "job": 85160050639,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7840924716"
    },
    {
      "job": 85160050764,
      "time": 112,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7840917645"
    },
    {
      "job": 85160050702,
      "time": 207,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7840940038"
    },
    {
      "job": 85160050693,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7840913444"
    },
    {
      "job": 85160050598,
      "time": 299,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7840959543"
    },
    {
      "job": 85160050417,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7840890181"
    },
    {
      "job": 85160050560,
      "time": 148,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7840925838"
    },
    {
      "job": 85160050605,
      "time": 159,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7840928356"
    },
    {
      "job": 85160050720,
      "time": 155,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7840927497"
    },
    {
      "job": 85160050649,
      "time": 165,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7840929690"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191",
  "_status": "success",
  "_upstream": "https://github.com/mrchypark/churon",
  "_commit": {
    "id": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
    "author": "Chanyub.Park <mrchypark@gmail.com>",
    "committer": "Chanyub.Park <mrchypark@gmail.com>",
    "message": "fix: Makevars.win vendor extraction path to extract to src/ not src/rust/\n",
    "time": 1768733446
  },
  "_maintainer": {
    "name": "Chanyub Park",
    "email": "mrchypark@gmail.com",
    "login": "mrchypark",
    "mastodon": "@mrchypark@mastodon.social",
    "linkedin": "in/chanyubpark",
    "description": "Tool maker with R, Go & Docker/k8s enthusiast",
    "uuid": 6179259,
    "orcid": "0000-0001-6474-2570"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "version": ">= 3.2.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mrchypark",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-29",
      "n": 2
    },
    {
      "week": "2026-02",
      "n": 80
    },
    {
      "week": "2026-03",
      "n": 27
    }
  ],
  "_tags": [
    {
      "name": "v0.1.7",
      "date": "2026-01-12"
    },
    {
      "name": "v0.1.8",
      "date": "2026-01-16"
    },
    {
      "name": "v0.1.10",
      "date": "2026-01-18"
    }
  ],
  "_topics": [
    "deeplearning",
    "inference",
    "onnxruntime",
    "rust",
    "cargo"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "mrchypark",
      "count": 116,
      "uuid": 6179259
    }
  ],
  "_userbio": {
    "uuid": 6179259,
    "type": "user",
    "name": "ChanYub Park",
    "followers": 412,
    "description": "Tool maker with R, Go & Docker/k8s enthusiast"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/churon"
  },
  "_devurl": "https://github.com/mrchypark/churon",
  "_searchresults": 7,
  "_cargo": true,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/churon.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "batch_process_data",
    "check_onnx_runtime_available",
    "get_onnx_runtime_info",
    "install_onnx_runtime",
    "onnx_example_models",
    "onnx_example_session",
    "onnx_input_info",
    "onnx_model_path",
    "onnx_output_info",
    "onnx_providers",
    "onnx_run",
    "onnx_runtime_is_installed",
    "onnx_session",
    "safe_onnx_run",
    "safe_onnx_session"
  ],
  "_help": [
    {
      "page": "cash-.TensorInfo",
      "title": "S3 Methods for TensorInfo and RSession",
      "topics": [
        "$.TensorInfo"
      ]
    },
    {
      "page": "batch_process_data",
      "title": "Optimize Session Performance Batch Process Data",
      "topics": [
        "batch_process_data"
      ]
    },
    {
      "page": "check_onnx_runtime_available",
      "title": "Check if ONNX Runtime is Available",
      "topics": [
        "check_onnx_runtime_available"
      ]
    },
    {
      "page": "get_onnx_runtime_info",
      "title": "Get ONNX Runtime Information",
      "topics": [
        "get_onnx_runtime_info"
      ]
    },
    {
      "page": "install_onnx_runtime",
      "title": "Install ONNX Runtime",
      "topics": [
        "install_onnx_runtime"
      ]
    },
    {
      "page": "onnx_example_models",
      "title": "ONNX Example Models",
      "topics": [
        "onnx_example_models"
      ]
    },
    {
      "page": "onnx_example_session",
      "title": "ONNX Example Session",
      "topics": [
        "onnx_example_session"
      ]
    },
    {
      "page": "onnx_input_info",
      "title": "Get Input Information",
      "topics": [
        "onnx_input_info"
      ]
    },
    {
      "page": "onnx_model_path",
      "title": "Get Model Path",
      "topics": [
        "onnx_model_path"
      ]
    },
    {
      "page": "onnx_output_info",
      "title": "Get Output Information",
      "topics": [
        "onnx_output_info"
      ]
    },
    {
      "page": "onnx_providers",
      "title": "Get Execution Providers",
      "topics": [
        "onnx_providers"
      ]
    },
    {
      "page": "onnx_run",
      "title": "Run ONNX Inference",
      "topics": [
        "onnx_run"
      ]
    },
    {
      "page": "onnx_session",
      "title": "Create ONNX Session",
      "topics": [
        "onnx_session"
      ]
    },
    {
      "page": "safe_onnx_run",
      "title": "Safe ONNX Run",
      "topics": [
        "safe_onnx_run"
      ]
    },
    {
      "page": "safe_onnx_session",
      "title": "Safe ONNX Session Creation",
      "topics": [
        "safe_onnx_session"
      ]
    }
  ],
  "_readme": "https://github.com/mrchypark/churon/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 2.6532125137753435,
  "_indexed": true,
  "_nocasepkg": "churon",
  "_universes": [
    "mrchypark"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.10",
      "date": "2026-06-24T05:30:51.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/e6d374e5c139c70a1dc4669ca6cb837f5882e8dc1e35d8e1c4df16c72f8a2697",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.10",
      "date": "2026-06-24T05:30:26.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/473f7e0866e6f521559f6e53fab343d7262bbc168838836eefe8d04bdbfb1e5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.10",
      "date": "2026-06-24T05:30:46.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/271422b0c72cd68b63f97195d01cbd613e3952fc3a21ca549f98545fe84baf96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.10",
      "date": "2026-06-24T05:30:24.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/10d3a723273783ddd77a02b34e8fc6af99f9ac421b72e4477022625c60428298",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.10",
      "date": "2026-06-24T05:29:56.000Z",
      "arch": "aarch64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/4cd58c50f4de8798b15cda6343a80a70347a861a5980420673ba03ef0692181d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.10",
      "date": "2026-06-24T05:31:01.000Z",
      "arch": "x86_64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/8b2b4af4084bf180e47fc460a94bbe68f9737e6780b16f713aff7be6af393441",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.10",
      "date": "2026-06-24T05:29:41.000Z",
      "arch": "aarch64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/11997c32ef42e98c2164a49fdb049b941d9e97a51b4b8e6fc81293edcfc881b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.10",
      "date": "2026-06-24T05:31:52.000Z",
      "arch": "x86_64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/a2c2ed1531c6647859dba772e0f8f0cca430f0eada73bc32dd0231e9c0312c66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.10",
      "date": "2026-06-24T05:30:37.000Z",
      "arch": "emscripten",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/a1a764bd3a922fe9e76486738cf72070afd0942f8a441e6c9cdd1e6f13fca83a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.10",
      "date": "2026-06-24T05:29:36.000Z",
      "arch": "x86_64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/592fb54f04f188c3f041726d2b5d7aeb0b0492e8bf1dbde052e9ff4f7f80d22f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.10",
      "date": "2026-06-24T05:29:33.000Z",
      "arch": "x86_64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/c57fd5504e4e9b859012856ce481a09ccff3cbe3964a73f66b747956aedfee0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.10",
      "date": "2026-06-24T05:29:33.000Z",
      "arch": "x86_64",
      "commit": "7e58db28d0cf4aa534acd5ac90a883f451da2b4f",
      "fileid": "https://r2.ropensci.org/e0e5b50a2a64ce20f6de9c7c204e9c29588b069ee6b83bc1a9cc67759c0c4a0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/28077219191"
    }
  ]
}