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 | 
| DOI: | 10.32614/CRAN.package.listcomp | 
| 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 | 
| Reference manual: | listcomp.html , listcomp.pdf | 
| 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, r-oldrel (x86_64): listcomp_0.4.1.tgz | 
| Old sources: | listcomp archive | 
| Reverse imports: | ompr | 
Please use the canonical form https://CRAN.R-project.org/package=listcomp to link to this page.