Package: comprehenr 0.6.11

comprehenr: List Comprehensions

Provides 'Python'-style list comprehensions. List comprehension expressions use usual loops (for(), while() and repeat()) and usual if() as list producers. In many cases it gives more concise notation than standard "*apply + filter" strategy.

Authors:Gregory Demin [aut, cre]

comprehenr_0.6.11.tar.gz
comprehenr_0.6.11.zip(r-4.5)comprehenr_0.6.11.zip(r-4.4)comprehenr_0.6.11.zip(r-4.3)
comprehenr_0.6.11.tgz(r-4.4-any)comprehenr_0.6.11.tgz(r-4.3-any)
comprehenr_0.6.11.tar.gz(r-4.5-noble)comprehenr_0.6.11.tar.gz(r-4.4-noble)
comprehenr_0.6.11.tgz(r-4.4-emscripten)comprehenr_0.6.11.tgz(r-4.3-emscripten)
comprehenr.pdf |comprehenr.html
comprehenr/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/gdemin/comprehenr/issues

On CRAN:

13 exports 20 stars 2.54 score 0 dependencies 4 dependents 197 scripts 1.2k downloads

Last updated 1 years agofrom:4c02bc35f4. 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:alterenumerateexcludelag_listmarknumerateto_dfto_listto_vecunmarkunnumerateunzip_listzip_lists

Dependencies:

List Comprehensions in R

Rendered fromIntroduction.rmdusingknitr::rmarkdownon Aug 31 2024.

Last update: 2019-06-07
Started: 2019-02-17

Readme and manuals

Help Manual

Help pageTopics
Auxiliary functions for working with listsenumerate lag_list mark numerate unmark unnumerate unzip_list zip_lists
List comprehensions for Ralter exclude to_df to_list to_vec