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.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
Last updated from:c7d1f64680. Checks:7 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 107 | ||
| source / vignettes | OK | 160 | ||
| linux-release-x86_64 | ERROR | 112 | ||
| macos-release-arm64 | ERROR | 116 | ||
| macos-oldrel-arm64 | ERROR | 90 | ||
| windows-devel | ERROR | 92 | ||
| windows-release | ERROR | 73 | ||
| windows-oldrel | ERROR | 63 | ||
| wasm-release | OK | 88 |
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 |
