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.4.1
Imports: rlang, compiler
Suggests: testthat
Published: 2022-01-31
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

Documentation:

Reference manual: listcomp.pdf

Downloads:

Package source: listcomp_0.4.1.tar.gz
Windows binaries: r-devel: listcomp_0.4.1.zip, r-release: listcomp_0.4.1.zip, r-oldrel: listcomp_0.4.1.zip
macOS binaries: r-release (arm64): listcomp_0.4.1.tgz, r-oldrel (arm64): listcomp_0.4.1.tgz, r-release (x86_64): listcomp_0.4.1.tgz
Old sources: listcomp archive

Reverse dependencies:

Reverse imports: ompr

Linking:

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