# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "magrittr" in publications use:' type: software license: MIT title: 'magrittr: A Forward-Pipe Operator for R' version: 2.0.3 doi: 10.32614/CRAN.package.magrittr abstract: 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." authors: - family-names: Bache given-names: Stefan Milton email: stefan@stefanbache.dk - family-names: Wickham given-names: Hadley email: hadley@rstudio.com - family-names: Henry given-names: Lionel email: lionel@rstudio.com repository: https://razvanazamfirei.r-universe.dev repository-code: https://github.com/tidyverse/magrittr commit: b4a75fe6d2cbda5b2a9dc911c2b3e3352dfe2cba url: https://magrittr.tidyverse.org contact: - family-names: Henry given-names: Lionel email: lionel@rstudio.com