Changes in version 0.6.10 (2021-01-31) o add new function 'to_df' which combine result of list comprehension to data.frame (issue #2) Changes in version 0.6.9 (2021-01-18) o fix bug with nested 'to_list'/'to_vec'/'alter' (issue #1) Changes in version 0.6.8 (2020-07-22) o maintainance release o convert documentation to markdown o add rmarkdown to SUGGESTS o move tests from testthat to tinytest Changes in version 0.6.7 (2019-06-17) o urgent fix for bug with incorrect counter in 'alter' when used with 'exclude' o change behaviour 'lag_list': x -> list(x[[i-1]], x[[i]]) Changes in version 0.6.6 (2019-06-07) o add 'exclude' function for dropping elements from data.frame/list in 'alter' Changes in version 0.6.5 (2019-04-09) o add 'alter' function for conditional lists/data.frames modification Changes in version 0.6.0 (2019-03-17) o add iterations over multiple lists: to_vec(for(`i, j` in numerate(letters)) if(i %% 2==0) paste(i, j)) o add function 'lag_list': x -> list(x[i-1], x[i]) Changes in version 0.5.4 (2019-03-08) o Initial release