Package: comprehenr
Type: Package
Title: List Comprehensions
Version: 0.6.10
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, tinytest, rmarkdown
VignetteBuilder: knitr
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-31 00:41:15 UTC; gregory
Author: Gregory Demin [aut, cre]
Repository: CRAN
Date/Publication: 2021-01-31 05:40:05 UTC
Built: R 4.3.0; ; 2023-04-11 23:19:08 UTC; unix
