Package: fcp
Title: Function Composition
Version: 0.1.0
Date: 2023-11-27
Description: A function composition operator to chain a series of calls into a single function, mimicking the math notion of (f o g o h)(x) = h(g(f(x))). Inspired by 'pipeOp' ('|>') since R4.1 and 'magrittr pipe' ('%>%'), the operator build a pipe without putting data through, which is best for anonymous function accepted by utilities such as apply() and lapply().
Authors@R: person("Xiaoran", "Tong", email = "xiaoran.tong.cn@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4648-3330"))
Depends: R (>= 3.5.0)
License: GPL (>= 2)
URL: https://github.com/xiaoran831213/R_fun_comp
Encoding: UTF-8
Author: Xiaoran Tong [aut, cre] (<https://orcid.org/0000-0002-4648-3330>)
Maintainer: Xiaoran Tong <xiaoran.tong.cn@gmail.com>
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-12-04 02:03:17 UTC; xt
Repository: CRAN
Date/Publication: 2023-12-05 17:20:02 UTC
Built: R 4.6.0; ; 2025-07-18 04:12:10 UTC; unix
