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.7)funprog_0.3.0.zip(r-4.6)funprog_0.3.0.zip(r-4.5)
funprog_0.3.0.tgz(r-4.6-any)funprog_0.3.0.tgz(r-4.5-any)
funprog_0.3.0.tar.gz(r-4.7-any)funprog_0.3.0.tar.gz(r-4.6-any)
funprog_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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
Pkgdown/docs site:https://py_b.gitlab.io
Last updated from:f4205c8e5a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | OK | 108 | ||
| macos-release-arm64 | OK | 121 | ||
| macos-oldrel-arm64 | OK | 175 | ||
| windows-devel | OK | 65 | ||
| windows-release | OK | 55 | ||
| windows-oldrel | OK | 62 | ||
| wasm-release | OK | 90 |
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 |
