# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "nativeORT" in publications use:' type: software license: MIT title: 'nativeORT: Native R ''ONNX'' Runtime' version: 1.0.1 doi: 10.32614/CRAN.package.nativeORT abstract: 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 . authors: - family-names: Carr given-names: Caleb email: calebmcarr1@gmail.com repository: https://calebmcarr.r-universe.dev repository-code: https://github.com/calebmcarr/nativeORT commit: 5f843f0244e19b0cfeda752d435183b002521a00 url: https://github.com/calebmcarr/nativeORT date-released: '2026-05-17' contact: - family-names: Carr given-names: Caleb email: calebmcarr1@gmail.com