# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "opencltools" in publications use:' type: software license: GPL-2.0-only title: 'opencltools: ''OpenCL'' Tools for R Package Developers' version: 0.8.1 identifiers: - type: doi value: 10.32614/CRAN.package.opencltools abstract: 'Runtime ''OpenCL'' support for R package developers: probe hardware and drivers, load and concatenate kernel sources, and manage dependency-annotated ''.cl'' libraries, so packages like ''nmathopencl'' and other ported libraries can offer GPU acceleration without each re-implementing the same plumbing. Vignettes use the ''glmbayes'' envelope-gradient example and likelihood subgradient methodology (Nygren and Nygren, 2006, ).' authors: - family-names: Nygren given-names: Kjell email: kjell.a.nygren@gmail.com preferred-citation: type: manual title: 'opencltools: OpenCL Tools for R Package Developers' authors: - family-names: Nygren given-names: Kjell email: kjell.a.nygren@gmail.com year: '2026' notes: R package version 0.8.1 url: https://github.com/knygren/opencltools repository: https://knygren.r-universe.dev repository-code: https://github.com/knygren/opencltools commit: a2a14aede417a01008f577bf18e1883ffceb07a3 url: https://knygren.r-universe.dev/opencltools date-released: '2026-05-26' contact: - family-names: Nygren given-names: Kjell email: kjell.a.nygren@gmail.com references: - type: article title: Likelihood Subgradient Densities authors: - family-names: Nygren given-names: Kjell N. - family-names: Nygren given-names: Lan M. journal: Journal of the American Statistical Association volume: '101' issue: '475' year: '2006' doi: 10.1198/016214506000000357 start: '1144' end: '1156' - type: article title: 'OpenCL: A Parallel Programming Standard for Heterogeneous Computing Systems' authors: - family-names: Stone given-names: James E. - family-names: Gohara given-names: David - family-names: Shi given-names: Guochun journal: Computing in Science \& Engineering volume: '12' issue: '3' year: '2010' doi: 10.1109/MCSE.2010.69 start: '66' end: '72' - type: manual title: 'glmbayes: Bayesian Generalized Linear Models (IID Samples)' authors: - family-names: Nygren given-names: Kjell year: '2025' notes: R package; reference application for envelope gradient kernels url: https://CRAN.R-project.org/package=glmbayes