Package: churon
Title: 'ONNX Runtime' Integration
Version: 0.1.12
Authors@R: c(
    person(given = "Chanyub", family = "Park", role = c("aut", "cre"),
           email = "mrchypark@gmail.com",
           comment = c(ORCID = "0000-0001-6474-2570")),
    person(given = "The authors of the dependency Rust crates", role = "ctb",
           comment = "See inst/AUTHORS for details"),
    person(given = "ONNX Project contributors", role = c("ctb", "cph"),
           comment = "Bundled MNIST model, Apache License 2.0; see inst/COPYRIGHTS"),
    person(given = "Microsoft Corporation", role = "cph",
           comment = "ONNX Runtime, downloaded only on explicit user request")
    )
Description: Provides high-performance R bindings for 'ONNX Runtime'
    <https://onnxruntime.ai/>, enabling efficient machine learning model inference. Written in 'Rust' for memory safety
    and speed, the package supports cross-platform model execution with multiple
    execution providers. Includes comprehensive error handling and validation,
    with bundled MNIST example model for immediate testing and prototyping.
    Designed for production use with support for macOS (arm64), Linux (x64/arm64),
    and Windows (x64). Runtime libraries are downloaded on explicit request from
    <https://github.com/microsoft/onnxruntime/releases>.
License: MIT + file LICENSE
URL: https://github.com/mrchypark/churon
BugReports: https://github.com/mrchypark/churon/issues
Encoding: UTF-8
Config/rextendr/version: 0.5.0
SystemRequirements: Cargo (>= 1.88.0), rustc (>= 1.88.0); ONNX Runtime
        (>= 1.28.0, optional at runtime)
Depends: R (>= 4.0.0)
Imports: digest
Suggests: testthat (>= 3.2.0)
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-09-10 16:36:56 UTC; cypark
Author: Chanyub Park [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6474-2570>),
  The authors of the dependency Rust crates [ctb] (See inst/AUTHORS for
    details),
  ONNX Project contributors [ctb, cph] (Bundled MNIST model, Apache
    License 2.0; see inst/COPYRIGHTS),
  Microsoft Corporation [cph] (ONNX Runtime, downloaded only on explicit
    user request)
Maintainer: Chanyub Park <mrchypark@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-25 22:40:02 UTC
