Type: Package Package: magrittr Title: A Forward-Pipe Operator for R Version: 2.0.5.9000 Authors@R: c( person("Stefan Milton", "Bache", , "stefan@stefanbache.dk", role = c("aut", "cph"), comment = "Original author and creator of magrittr"), person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"), person("Lionel", "Henry", , "lionel@posit.co", role = "cre"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe." License: MIT + file LICENSE URL: https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr BugReports: https://github.com/tidyverse/magrittr/issues Depends: R (>= 3.4.0) Suggests: covr, knitr, rlang, rmarkdown, testthat VignetteBuilder: knitr ByteCompile: Yes Config/Needs/website: tidyverse/tidytemplate Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://tidyverse.r-universe.dev Date/Publication: 2026-04-05 05:39:16 UTC RemoteUrl: https://github.com/tidyverse/magrittr RemoteRef: HEAD RemoteSha: 73d66ee89c1079d66d235bfde551b6110c934259 NeedsCompilation: yes Packaged: 2026-06-24 01:08:57 UTC; root Author: Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Lionel Henry