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:
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')) |
Bug tracker:https://github.com/cmann3/elist/issues
Last updated 4 years agofrom:c7d1f64680. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | ERROR | Nov 01 2024 |
R-4.5-linux | ERROR | Nov 01 2024 |
R-4.4-win | ERROR | Nov 01 2024 |
R-4.4-mac | ERROR | Nov 01 2024 |
R-4.3-win | ERROR | Nov 01 2024 |
R-4.3-mac | ERROR | Nov 01 2024 |
Exports:...compfun.save_names.sumfunAllAnyauto_clusterchaincharsChrclose_clustercolsCompDFenumEnvfirstflattengroupsiforitemsiterlaggListLogicallrepMatMaxMeanMinNonenull.omitNumPasteProdrestrollrowsseparateslicesplitnStatsSumtransposeunrollvalsVeczip
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create Vector | |
Quickly Create a Cluster for Parallel Comprehension | auto_cluster close_cluster |
Vectorized Comprehension and Summary | All Any comprehendSummary Max Mean Min None Paste Prod Stats Sum |
Vectorized Comprehension in R | Chr Comp comprehension DF Env List Logical Mat Num Vec |
Flatten a List or Other Object | flatten |
Higher Order Functions | accumulate compose ffind filter funprog map mapn reduce |
Helpers for Vector Comprehension | chain chars cols enum first groups helpers items lagg lrep rest roll rows separate slice splitn transpose unroll vals zip |
Higher Order Helpers for Vector Comprehension | dropwhile helpersFun partition starfilter starmap starred takewhile |
'for' Loop with Additional Features | ifor |
Create an Iterable Object | iter |
Create Functions from Formulas/Objects | lambda |
Remove 'NULL' Entries from List | null.omit |