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
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-08-01 12:12:23 UTC; srochett
Author: Jirka Lewandowski [aut],
  Sébastien Rochette [aut, cre] (<https://orcid.org/0000-0002-1565-9313>)
Maintainer: Sébastien Rochette <sebastien@thinkr.fr>
Repository: CRAN
Date/Publication: 2021-08-02 15:50:05 UTC
Built: R 4.4.3; ; 2025-10-21 12:05:49 UTC; windows
