Package: rrapply Type: Package Title: Revisiting Base Rapply Version: 1.2.8 Date: 2025-11-24 Authors@R: person("Joris", "Chau", email = "joris.chau@openanalytics.eu", role = c("aut", "cre")) Description: 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. BugReports: https://github.com/JorisChau/rrapply/issues URL: https://jorischau.github.io/rrapply/, https://github.com/JorisChau/rrapply Depends: R (>= 3.5) Encoding: UTF-8 License: LGPL-3 LazyData: true RoxygenNote: 7.3.2 Repository: https://fastverse.r-universe.dev Date/Publication: 2025-11-24 20:24:55 UTC RemoteUrl: https://github.com/JorisChau/rrapply RemoteRef: HEAD RemoteSha: 00b983427fbd2e1ed0f45ed9ee9e3d37cbadb3e8 NeedsCompilation: yes Packaged: 2026-06-22 09:29:23 UTC; root Author: Joris Chau [aut, cre] Maintainer: Joris Chau