# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sqlm" in publications use:' type: software license: MIT title: 'sqlm: SQL-Backed Linear Regression' version: 1.0.0 identifiers: - type: doi value: 10.32614/CRAN.package.sqlm abstract: Fits linear regression models on datasets residing in SQL databases without pulling data into R memory. Computes sufficient statistics inside the database engine via a single aggregation query and solves the normal equations in R. authors: - family-names: Hagan given-names: Alejandro email: alejandro.hagan@outlook.com preferred-citation: type: manual title: 'sqlm: SQL-Backed Linear Regression for R' authors: - family-names: Hagan given-names: Alejandro email: alejandro.hagan@outlook.com year: '2025' url: https://codeberg.org/usrbinr/sqlm notes: R package version 0.1.0 repository: https://usrbinr.r-universe.dev commit: 21e6f2ecdd07fd3f218e3f9084e0b9896a098687 date-released: '2026-02-05' contact: - family-names: Hagan given-names: Alejandro email: alejandro.hagan@outlook.com