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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests: 
    testthat
Imports: 
    rlang,
    compiler
URL: https://github.com/dirkschumacher/listcomp
BugReports: https://github.com/dirkschumacher/listcomp/issues
