Package: funprog 0.3.0
funprog: Functional Programming
High-order functions for data manipulation : sort or group data, given one or more auxiliary functions. Functions are inspired by other pure functional programming languages ('Haskell' mainly). The package also provides built-in function operators for creating compact anonymous functions, as well as the possibility to use the 'purrr' package syntax.
Authors:
funprog_0.3.0.tar.gz
funprog_0.3.0.zip(r-4.5)funprog_0.3.0.zip(r-4.4)funprog_0.3.0.zip(r-4.3)
funprog_0.3.0.tgz(r-4.4-any)funprog_0.3.0.tgz(r-4.3-any)
funprog_0.3.0.tar.gz(r-4.5-noble)funprog_0.3.0.tar.gz(r-4.4-noble)
funprog_0.3.0.tgz(r-4.4-emscripten)funprog_0.3.0.tgz(r-4.3-emscripten)
funprog.pdf |funprog.html✨
funprog/json (API)
NEWS
# Install 'funprog' in R: |
install.packages('funprog', repos = c('https://py-b.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/py_b/funprog
Last updated 4 years agofrom:f4205c8e5a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Exports:%on%descendinggroup_eqgroup_ifiteratepartitionsort_byunique_by
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Implementation of pure functional programming languages functions | funprog-package |
Transform a binary function with a unary function | %on% on |
Reverse a sorting function | descending |
Group vector values | group_eq group_if |
Apply a function repeatedly | iterate |
Partition a vector in two | partition |
Sort with auxiliary function | sort_by |
Unique with auxiliary function | unique_by |