Package: fcp 0.1.0

fcp: Function Composition

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:Xiaoran Tong [aut, cre]

fcp_0.1.0.tar.gz
fcp_0.1.0.zip(r-4.7-any)fcp_0.1.0.zip(r-4.6-any)fcp_0.1.0.zip(r-4.5-any)
fcp_0.1.0.tgz(r-4.6-any)fcp_0.1.0.tgz(r-4.5-any)
fcp_0.1.0.tar.gz(r-4.7-any)fcp_0.1.0.tar.gz(r-4.6-any)
fcp_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
fcp/json (API)

# Install 'fcp' in R:
install.packages('fcp', repos = c('https://xiaoran831213.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/xiaoran831213/r_fun_comp/issues

On CRAN:

Conda:

2.00 score 3 scripts 187 downloads 2 exports 0 dependencies

Last updated from:92992ca078. Checks:7 WARNING, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64WARNING101
source / vignettesOK138
linux-release-x86_64WARNING98
macos-release-arm64WARNING78
macos-oldrel-arm64WARNING63
windows-develWARNING70
windows-releaseWARNING69
windows-oldrelWARNING68
wasm-releaseOK78

Exports:%.%fcp

Dependencies: