Package: listcomp 0.4.1.9000
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.
Authors:
listcomp_0.4.1.9000.tar.gz
listcomp_0.4.1.9000.zip(r-4.7)listcomp_0.4.1.9000.zip(r-4.6)listcomp_0.4.1.9000.zip(r-4.5)
listcomp_0.4.1.9000.tgz(r-4.6-any)listcomp_0.4.1.9000.tgz(r-4.5-any)
listcomp_0.4.1.9000.tar.gz(r-4.7-any)listcomp_0.4.1.9000.tar.gz(r-4.6-any)
listcomp_0.4.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
listcomp/json (API)
NEWS
| # Install 'listcomp' in R: |
| install.packages('listcomp', repos = c('https://dirkschumacher.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dirkschumacher/listcomp/issues
comprehensionslist-comprehensionslistcomprehensions
Last updated from:a1b1274529. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 148 | ||
| linux-release-x86_64 | OK | 101 | ||
| macos-release-arm64 | OK | 77 | ||
| macos-oldrel-arm64 | OK | 77 | ||
| windows-devel | OK | 67 | ||
| windows-release | OK | 65 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 96 |
Exports:gen_list
Dependencies:rlang
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| List comprehensions | gen_list |
