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:Dirk Schumacher [aut, cre, cph]

listcomp_0.4.1.9000.tar.gz
listcomp_0.4.1.9000.zip(r-4.5)listcomp_0.4.1.9000.zip(r-4.4)listcomp_0.4.1.9000.zip(r-4.3)
listcomp_0.4.1.9000.tgz(r-4.4-any)listcomp_0.4.1.9000.tgz(r-4.3-any)
listcomp_0.4.1.9000.tar.gz(r-4.5-noble)listcomp_0.4.1.9000.tar.gz(r-4.4-noble)
listcomp_0.4.1.9000.tgz(r-4.4-emscripten)listcomp_0.4.1.9000.tgz(r-4.3-emscripten)
listcomp.pdf |listcomp.html
listcomp/json (API)
NEWS

# Install 'listcomp' in R:
install.packages('listcomp', repos = c('https://dirkschumacher.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/dirkschumacher/listcomp/issues

On CRAN:

comprehensionslist-comprehensionslistcomprehensions

1 exports 18 stars 2.76 score 1 dependencies 7 dependents 3 scripts 841 downloads

Last updated 3 years agofrom:a1b1274529. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 31 2024
R-4.5-winOKAug 31 2024
R-4.5-linuxOKAug 31 2024
R-4.4-winOKAug 31 2024
R-4.4-macOKAug 31 2024
R-4.3-winOKAug 31 2024
R-4.3-macOKAug 31 2024

Exports:gen_list

Dependencies:rlang