# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "onnxr" in publications use:' type: software license: MIT title: 'onnxr: Bindings to ''ONNX'' Runtime' version: 0.1.2 abstract: Provides native access to the 'Open Neural Network Exchange' (ONNX) Runtime , which is a performant engine for running machine learning models that are saved to a standardized format. Rather than interfacing with 'ONNX' via 'Python', as in the official 'onnx' package, 'onnxr' directly interfaces with the runtime's 'C++' API via 'cpp11'. Models saved to '.onnx' files can be loaded and run on various backends, including CPUs and Apple's 'CoreML' library. authors: - family-names: McCartan given-names: Cory email: mccartan@psu.edu repository: https://cran.r-universe.dev repository-code: https://github.com/CoryMcCartan/onnxr commit: 79b8dbf12f36c9ce3e5f677c809067f0c58affc9 url: https://corymccartan.com/onnxr/ date-released: '2026-06-08' contact: - family-names: McCartan given-names: Cory email: mccartan@psu.edu