Package: comprehenr Type: Package Title: List Comprehensions Version: 0.6.11 Maintainer: Gregory Demin 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 RoxygenNote: 7.1.1 Roxygen: list(markdown = TRUE) Repository: https://gdemin.r-universe.dev Date/Publication: 2023-05-06 23:43:06 UTC RemoteUrl: https://github.com/gdemin/comprehenr RemoteRef: HEAD RemoteSha: 4c02bc35f4109ffeadf5bb045588dfd8a1301a98 NeedsCompilation: no Packaged: 2026-06-16 10:24:16 UTC; root Author: Gregory Demin [aut, cre]