Package: eList
Title: List Comprehension and Tools
Version: 0.2.0
Author: Chris Mann <cmann3@unl.edu>
Maintainer: Chris Mann <cmann3@unl.edu>
Description: 
    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.
License: MIT + file LICENSE
BugReports: https://github.com/cmann3/eList/issues
Encoding: UTF-8
Suggests: knitr, rmarkdown, stats, parallel
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-22 22:51:04 UTC; chris
Repository: CRAN
Date/Publication: 2021-01-22 23:00:02 UTC
Built: R 4.2.0; ; 2023-04-01 12:20:16 UTC; unix
