# -------------------------------------------- # 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 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 writing computed features to a database table. authors: - family-names: Kregers given-names: Rudolfs email: rudolfs.kregers@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/LordRudolf/featdelta commit: ec2ecb95de08cc114d6ae465e20e81f66379add0 url: https://github.com/LordRudolf/featdelta date-released: '2026-05-13' contact: - family-names: Kregers given-names: Rudolfs email: rudolfs.kregers@gmail.com