# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rrapply" in publications use:' type: software license: LGPL-3.0-only title: 'rrapply: Revisiting Base Rapply' version: 1.2.7 doi: 10.32614/CRAN.package.rrapply abstract: 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: - family-names: Chau given-names: Joris email: joris.chau@openanalytics.eu repository: https://CRAN.R-project.org/package=rrapply repository-code: https://github.com/JorisChau/rrapply url: https://jorischau.github.io/rrapply/ date-released: '2024-06-24' contact: - family-names: Chau given-names: Joris email: joris.chau@openanalytics.eu