Package: comprehenr
Type: Package
Title: List Comprehensions
Version: 0.6.0
Maintainer: Gregory Demin <gdemin@gmail.com>
Authors@R: person("Gregory", "Demin", email = "gdemin@gmail.com",
         role = c("aut", "cre"))
Description: Provides 'Python'-style list comprehensions.
    List comprehension expressions use usual loops (for(), while() and repeat()) and
    usual if() as list producers. In many cases it gives more concise notation than
    standard "*apply + filter" strategy.
URL: https://github.com/gdemin/comprehenr
BugReports: https://github.com/gdemin/comprehenr/issues
Depends: R (>= 3.3.0),
Suggests: knitr, testthat,
VignetteBuilder: knitr
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-03-17 21:00:29 UTC; gregory
Author: Gregory Demin [aut, cre]
Repository: CRAN
Date/Publication: 2019-03-17 21:43:50 UTC
