Package: listcomp Title: List Comprehensions Version: 0.4.1.9000 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 Repository: https://dirkschumacher.r-universe.dev Date/Publication: 2022-02-01 08:35:08 UTC RemoteUrl: https://github.com/dirkschumacher/listcomp RemoteRef: HEAD RemoteSha: a1b12745292d274f20b9fc4372a17de4bed8f1f0 NeedsCompilation: no Packaged: 2026-07-06 10:05:32 UTC; root Author: Dirk Schumacher [aut, cre, cph] Maintainer: Dirk Schumacher