listenv icon indicating copy to clipboard operation
listenv copied to clipboard

R package: listenv - Environments Behaving As Lists

Results 6 listenv issues
Sort by recently updated
recently updated
newest added

Hi Henrik, Do you think it a good idea to support `append`, `insert`, `extend`, `pop` and similar methods like python's list? 'listenv' data structure in R comes closest to python's...

enhancement

Hi @HenrikBengtsson, Possible enhancement in having a function to modify existing `listenv` with another `list`/ `listenv`, similar to how the function `utils::modifyList` works. Here is an example of what it...

enhancement

Would it make sense to also have a data frame environment that is an environment but emulates how a data frame works? For example, ``` r df

enhancement

Add `clone()` method, e.g. ``` r clone.listenv

enhancement

Note to self: Is it safe to have attributes on environments? It might not be, cf. https://github.com/wch/R6/issues/64 and https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16441. UPDATE: I'm pretty sure I went through this discussion back in...

question

Thanks so much for `listenv`. It is a great idea, and I have enjoyed using already. I am in over my head, but I thought some naive performance benchmarks would...

enhancement