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.5)eList_0.2.0.zip(r-4.4)eList_0.2.0.zip(r-4.3)
eList_0.2.0.tgz(r-4.4-any)eList_0.2.0.tgz(r-4.3-any)
eList_0.2.0.tar.gz(r-4.5-noble)eList_0.2.0.tar.gz(r-4.4-noble)
eList_0.2.0.tgz(r-4.4-emscripten)eList_0.2.0.tgz(r-4.3-emscripten)
eList.pdf |eList.html
eList/json (API)
NEWS

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

Peer review:

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

On CRAN:

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

Last updated 4 years agofrom:c7d1f64680. Checks:OK: 1 ERROR: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 01 2024
R-4.5-winERRORNov 01 2024
R-4.5-linuxERRORNov 01 2024
R-4.4-winERRORNov 01 2024
R-4.4-macERRORNov 01 2024
R-4.3-winERRORNov 01 2024
R-4.3-macERRORNov 01 2024

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

Dependencies:

Introduction to Vector Comprehension

Rendered fromVectorComprehension.Rmdusingknitr::rmarkdownon Nov 01 2024.

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