listcomp: List Comprehensions

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.

Version: 0.3.0
Imports: rlang, compiler, digest
Suggests: testthat
Published: 2020-05-24
Author: Dirk Schumacher [aut, cre, cph]
Maintainer: Dirk Schumacher <mail at dirk-schumacher.net>
BugReports: https://github.com/dirkschumacher/listcomp/issues
License: MIT + file LICENSE
URL: https://github.com/dirkschumacher/listcomp
NeedsCompilation: no
Materials: README NEWS
CRAN checks: listcomp results

Downloads:

Reference manual: listcomp.pdf
Package source: listcomp_0.3.0.tar.gz
Windows binaries: r-devel: listcomp_0.3.0.zip, r-release: listcomp_0.3.0.zip, r-oldrel: listcomp_0.3.0.zip
macOS binaries: r-release: listcomp_0.3.0.tgz, r-oldrel: listcomp_0.3.0.tgz
Old sources: listcomp archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=listcomp to link to this page.