Package: eList 0.2.0

eList: List Comprehension and Tools

Create list comprehensions (and other types of comprehension) similar to those in 'python', 'haskell', and other languages. List comprehension in 'R' converts a regular for() loop into a vectorized lapply() function. Support for looping with multiple variables, parallelization, and across non-standard objects included. Package also contains a variety of functions to help with list comprehension.

Authors:Chris Mann <[email protected]>

eList_0.2.0.tar.gz
eList_0.2.0.zip(r-4.7)eList_0.2.0.zip(r-4.6)eList_0.2.0.zip(r-4.5)
eList_0.2.0.tgz(r-4.6-any)eList_0.2.0.tgz(r-4.5-any)
eList_0.2.0.tar.gz(r-4.7-any)eList_0.2.0.tar.gz(r-4.6-any)
eList_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
eList/json (API)
NEWS

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

Bug tracker:https://github.com/cmann3/elist/issues

On CRAN:

Conda:

4.48 score 2 stars 1 packages 9 scripts 228 downloads 48 exports 0 dependencies

Last updated from:c7d1f64680. Checks:7 ERROR, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64ERROR107
source / vignettesOK160
linux-release-x86_64ERROR112
macos-release-arm64ERROR116
macos-oldrel-arm64ERROR90
windows-develERROR92
windows-releaseERROR73
windows-oldrelERROR63
wasm-releaseOK88

Exports:...compfun.save_names.sumfunAllAnyauto_clusterchaincharsChrclose_clustercolsCompDFenumEnvfirstflattengroupsiforitemsiterlaggListLogicallrepMatMaxMeanMinNonenull.omitNumPasteProdrestrollrowsseparateslicesplitnStatsSumtransposeunrollvalsVeczip

Dependencies:

Introduction to Vector Comprehension

Rendered fromVectorComprehension.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2021-01-12
Started: 2021-01-12

Readme and manuals

Help Manual

Help pageTopics
Create Vector..
Quickly Create a Cluster for Parallel Comprehensionauto_cluster close_cluster
Vectorized Comprehension and SummaryAll Any comprehendSummary Max Mean Min None Paste Prod Stats Sum
Vectorized Comprehension in RChr Comp comprehension DF Env List Logical Mat Num Vec
Flatten a List or Other Objectflatten
Higher Order Functionsaccumulate compose ffind filter funprog map mapn reduce
Helpers for Vector Comprehensionchain chars cols enum first groups helpers items lagg lrep rest roll rows separate slice splitn transpose unroll vals zip
Higher Order Helpers for Vector Comprehensiondropwhile helpersFun partition starfilter starmap starred takewhile
'for' Loop with Additional Featuresifor
Create an Iterable Objectiter
Create Functions from Formulas/Objectslambda
Remove 'NULL' Entries from Listnull.omit