# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ompdetect" in publications use:' type: software license: GPL-2.0-or-later title: 'ompdetect: Example Configure Test for ''OpenMP''' version: 0.2-0 doi: 10.32614/CRAN.package.ompdetect abstract: Best practices for cross-platform 'OpenMP' support in an R package. On most platforms, use the R-provided Make macros. On macOS, test the pre-set environment variables, the CRAN builder configuration, the R-provided Make macros (which may be set when using a custom toolchain that supports OpenMP), and the custom OpenMP installation path (when mixing a CRAN build of R with an incompatible Xcode version). authors: - family-names: Krylov given-names: Ivan email: ikrylov@disroot.org repository: https://eddelbuettel.r-universe.dev commit: 2b19661c25471fc2dfab80ab285f26e44f7a5072 date-released: '2026-01-06' contact: - family-names: Krylov given-names: Ivan email: ikrylov@disroot.org