Package: zeallot Type: Package Title: Multiple, Unpacking, and Destructuring Assignment Version: 0.2.0.9000 Authors@R: c( person("Nathan", "Teetor", email = "nate@haufin.ch", role = c("aut", "cre")), person("Paul", "Teetor", role = "ctb")) Description: 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. URL: https://github.com/r-lib/zeallot BugReports: https://github.com/r-lib/zeallot/issues License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Depends: R (>= 3.2) Suggests: codetools, testthat, knitr, rmarkdown, purrr Repository: https://r-lib.r-universe.dev Date/Publication: 2025-06-03 01:37:44 UTC RemoteUrl: https://github.com/r-lib/zeallot RemoteRef: HEAD RemoteSha: 85f80a83bb5629c406d13a30dd39271d996d52f7 NeedsCompilation: no Packaged: 2026-07-01 10:16:04 UTC; root Author: Nathan Teetor [aut, cre], Paul Teetor [ctb] Maintainer: Nathan Teetor