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.
It appears you don't have a PDF plugin for this browser. You can click here to download the reference manual.
0.3.0 by Dirk Schumacher, 8 months ago
https://github.com/dirkschumacher/listcomp
Report a bug at https://github.com/dirkschumacher/listcomp/issues
Browse source code at https://github.com/cran/listcomp
Authors: Dirk Schumacher [aut, cre, cph]
Documentation: PDF Manual
MIT + file LICENSE license
Imports rlang, compiler, digest
Suggests testthat
See at CRAN