Package: zeallot
Type: Package
Title: Multiple and Unpacking Variable Assignment
Version: 0.0.3
Authors@R: c(
    person(given = 'Nathan', family = 'Teetor', email = 'nathanteetor@gmail.com', role = c('aut', 'cre')),
    person(given = 'Paul', family = 'Teetor', role = 'ctb'))
Description: Provides a %<-% operator to perform multiple
    or unpacking 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/nteetor/zeallot
BugReports: https://github.com/nteetor/zeallot/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 6.0.0
VignetteBuilder: knitr
Suggests: testthat, knitr, rmarkdown, purrr
NeedsCompilation: no
Packaged: 2017-02-27 15:24:36 UTC; nathanteetor
Author: Nathan Teetor [aut, cre],
  Paul Teetor [ctb]
Maintainer: Nathan Teetor <nathanteetor@gmail.com>
Repository: CRAN
Date/Publication: 2017-02-27 17:47:25
