# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "featdelta" in publications use:' type: software license: GPL-3.0-only title: 'featdelta: Incremental Feature Engineering with Database Persistence' version: 0.1.0 doi: 10.32614/CRAN.package.featdelta abstract: Define feature logic, compute only new or unprocessed rows, and persist the resulting flat feature table in a database. The package provides an explicit incremental pipeline for fetching source rows, computing feature definitions, and upserting computed features back to a database table. authors: - family-names: Kregers given-names: Rudolfs email: rudolfs.kregers@gmail.com repository: https://lordrudolf.r-universe.dev repository-code: https://github.com/LordRudolf/featdelta commit: 7de2d22bfffb4182c638eeecf9973b75d723c484 url: https://github.com/LordRudolf/featdelta date-released: '2026-05-08' contact: - family-names: Kregers given-names: Rudolfs email: rudolfs.kregers@gmail.com