# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "kit" in publications use:' type: software license: GPL-3.0-only title: 'kit: Data Manipulation Functions Implemented in C' version: 0.0.19 doi: 10.32614/CRAN.package.kit abstract: Basic functions, implemented in C, for large data manipulation. Fast vectorised ifelse()/nested if()/switch() functions, psum()/pprod() functions equivalent to pmin()/pmax() plus others which are missing from base R. Most of these functions are callable at C level. authors: - family-names: Jacob given-names: Morgan email: morgan.emailbox@gmail.com repository: https://fastverse.r-universe.dev repository-code: https://github.com/2005m/kit commit: 8bfe825e6611dc543281055a272373f58fe71c9b url: https://github.com/2005m/kit date-released: '2024-09-07' contact: - family-names: Jacob given-names: Morgan email: morgan.emailbox@gmail.com