Package: nativeORT
Type: Package
Title: Native 'R' 'ONNX' Runtime
Version: 0.1.2
Authors@R: c(
    person(
      "Caleb", "Carr",
      email = "calebmcarr1@gmail.com",
      role = c("aut", "cre")
    )
  )
Description: Provides 'R' native 'ONNX' model inference without requiring 'Python', 'reticulate'
  bindings, or 'TensorFlow'. This package directly binds the 'ONNX Runtime' C API via 'Rcpp', enabling
  real-time inference for '.onnx' engines, all within 'R'. Standard CPU execution is supported as well 
  as the 'CoreML' Execution Provider (CEP) for Apple Silicon, all without external bindings. This package
  handles OS detection, linking 'ONNX' libraries, and inference. For more information about 'ONNX Runtime'
  see <https://onnxruntime.ai/>.
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
LinkingTo: Rcpp
Imports: Rcpp, digest, glue
Config/roxygen2/version: 8.0.0
SystemRequirements: libonnxruntime (>= 1.20)
Suggests: ggplot2, knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/calebmcarr/nativeORT
BugReports: https://github.com/calebmcarr/nativeORT/issues
NeedsCompilation: yes
Packaged: 2026-05-07 01:44:21 UTC; calebcarr
Author: Caleb Carr [aut, cre]
Maintainer: Caleb Carr <calebmcarr1@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-12 19:20:08 UTC
