Type: Package Package: arpr Title: Advanced R Pipes Version: 0.1.2 Authors@R: c(person(given = "Jirka", family = "Lewandowski", role = "aut", email = "jirka.lewandowski@wzb.eu"), person(given = "Sébastien", family = "Rochette", role = c("aut", "cre"), email = "sebastien@thinkr.fr", comment = c(ORCID = "0000-0002-1565-9313"))) Description: Provides convenience functions for programming with 'magrittr' pipes. Conditional pipes, a string prefixer and a function to pipe the given object into a specific argument given by character name are currently supported. It is named after the dadaist Hans Arp, a friend of Rene Magritte. License: GPL (>= 3) URL: https://github.com/statnmap/arpr BugReports: https://github.com/statnmap/arpr/issues Imports: magrittr, rlang Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Repository: https://thinkr-open.r-universe.dev Date/Publication: 2021-08-01 12:10:57 UTC RemoteUrl: https://github.com/ThinkR-open/arpr RemoteRef: HEAD RemoteSha: 943b28fe413d518b61e15a44eaa9103b39d317bc NeedsCompilation: no Packaged: 2026-06-08 09:04:20 UTC; root Author: Jirka Lewandowski [aut], Sébastien Rochette [aut, cre] (ORCID: ) Maintainer: Sébastien Rochette