# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "zeallot" in publications use:' type: software license: MIT title: 'zeallot: Multiple, Unpacking, and Destructuring Assignment' version: 0.1.0.9000 doi: 10.32614/CRAN.package.zeallot abstract: Provides a %<-% operator to perform multiple, unpacking, and destructuring assignment in R. The operator unpacks the right-hand side of an assignment into multiple values and assigns these values to variables on the left-hand side of the assignment. authors: - family-names: Teetor given-names: Nathan email: nathanteetor@gmail.com repository: https://r-lib.r-universe.dev repository-code: https://github.com/nteetor/zeallot commit: 55167bf3c8ad02ad92aee072af41466a3df6f6b7 url: https://github.com/nteetor/zeallot contact: - family-names: Teetor given-names: Nathan email: nathanteetor@gmail.com