Package: rrapply 1.2.7
rrapply: Revisiting Base Rapply
The minimal 'rrapply'-package contains a single function rrapply(), providing an extended implementation of 'R'-base rapply() by allowing to recursively apply a function to elements of a nested list based on a general condition function and including the possibility to prune or aggregate nested list elements from the result. In addition, special arguments can be supplied to access the name, location, parents and siblings in the nested list of the element under evaluation. The rrapply() function builds upon rapply()'s native 'C' implementation and requires no other package dependencies.
Authors:
rrapply_1.2.7.tar.gz
rrapply_1.2.7.zip(r-4.5)rrapply_1.2.7.zip(r-4.4)rrapply_1.2.7.zip(r-4.3)
rrapply_1.2.7.tgz(r-4.4-x86_64)rrapply_1.2.7.tgz(r-4.4-arm64)rrapply_1.2.7.tgz(r-4.3-x86_64)rrapply_1.2.7.tgz(r-4.3-arm64)
rrapply_1.2.7.tar.gz(r-4.5-noble)rrapply_1.2.7.tar.gz(r-4.4-noble)
rrapply_1.2.7.tgz(r-4.4-emscripten)rrapply_1.2.7.tgz(r-4.3-emscripten)
rrapply.pdf |rrapply.html✨
rrapply/json (API)
NEWS
# Install 'rrapply' in R: |
install.packages('rrapply', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jorischau/rrapply/issues
- pokedex - Pokedex of Pokemon GO
- renewable_energy_by_country - UNSD renewable energy share by country in 2016
Last updated 5 months agofrom:adb1d3ce85. Checks:OK: 8 NOTE: 1. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win-x86_64 | NOTE | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
R-4.4-win-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-aarch64 | OK | Nov 01 2024 |
R-4.3-win-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-aarch64 | OK | Nov 01 2024 |
Exports:rrapply
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Pokedex of Pokemon GO | pokedex |
UNSD renewable energy share by country in 2016 | renewable_energy_by_country |
Reimplementation of base-R's rapply | rrapply |