Package: zeallot
Type: Package
Title: Multiple and Unpacking Variable Assignment
Version: 0.0.2
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 a
    list of values and assigns these values to a single
    or multiple corresponding names.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
VignetteBuilder: knitr
Suggests: testthat, knitr, rmarkdown, purrr
NeedsCompilation: no
Packaged: 2017-01-27 16:32:38 UTC; nathanteetor
Author: Nathan Teetor [aut, cre],
  Paul Teetor [ctb]
Maintainer: Nathan Teetor <nathanteetor@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-27 18:47:52
