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] () Maintainer: Xiaoran Tong RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) NeedsCompilation: no Packaged: 2026-05-31 08:22:49 UTC; root Repository: https://xiaoran831213.r-universe.dev Date/Publication: 2023-12-04 06:49:36 UTC RemoteUrl: https://github.com/xiaoran831213/r_fun_comp RemoteRef: HEAD RemoteSha: 92992ca07838fcd2bc7252b96a00e8fb6846ac30