Package: listcomp
Title: List Comprehensions
Version: 0.4.1
Authors@R: 
    person(given = "Dirk",
           family = "Schumacher",
           role = c("aut", "cre", "cph"),
           email = "mail@dirk-schumacher.net")
Description: An implementation of list comprehensions as purely syntactic
  sugar with a minor runtime overhead. It constructs nested for-loops and
  executes the byte-compiled loops to collect the results.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: testthat
Imports: rlang, compiler
URL: https://github.com/dirkschumacher/listcomp
BugReports: https://github.com/dirkschumacher/listcomp/issues
NeedsCompilation: no
Packaged: 2022-01-31 15:50:41 UTC; dsp
Author: Dirk Schumacher [aut, cre, cph]
Maintainer: Dirk Schumacher <mail@dirk-schumacher.net>
Repository: CRAN
Date/Publication: 2022-01-31 16:10:02 UTC
Built: R 4.3.3; ; 2025-01-24 05:03:22 UTC; unix
