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:
fcp_0.1.0.tar.gz
fcp_0.1.0.zip(r-4.5)fcp_0.1.0.zip(r-4.4)fcp_0.1.0.zip(r-4.3)
fcp_0.1.0.tgz(r-4.5-any)fcp_0.1.0.tgz(r-4.4-any)fcp_0.1.0.tgz(r-4.3-any)
fcp_0.1.0.tar.gz(r-4.5-noble)fcp_0.1.0.tar.gz(r-4.4-noble)
fcp_0.1.0.tgz(r-4.4-emscripten)fcp_0.1.0.tgz(r-4.3-emscripten)
fcp.pdf |fcp.html✨
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
Last updated 1 years agofrom:92992ca078. Checks:1 OK, 7 WARNING. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 29 2025 |
R-4.5-win | WARNING | Jan 29 2025 |
R-4.5-mac | WARNING | Jan 29 2025 |
R-4.5-linux | WARNING | Jan 29 2025 |
R-4.4-win | WARNING | Jan 29 2025 |
R-4.4-mac | WARNING | Jan 29 2025 |
R-4.3-win | WARNING | Jan 29 2025 |
R-4.3-mac | WARNING | Jan 29 2025 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|