Releases: gdemin/comprehenr
Releases · gdemin/comprehenr
0.6.10
31 Jan 11:59
Compare
Sorry, something went wrong.
No results found
0.6.10 (31-01-2021)
add new function 'to_df' which combine result of list comprehension to data.frame (issue #2 )
0.6.9
18 Jan 09:57
Compare
Sorry, something went wrong.
No results found
0.6.9 (18-01-2021)
fix bug with nested 'to_list'/'to_vec'/'alter' (issue #1 )
0.6.8
22 Jul 13:25
Compare
Sorry, something went wrong.
No results found
0.6.8 (17.06.2019)
maintainance release
convert documentation to markdown
add rmarkdown to SUGGESTS
move tests from testthat to tinytest
v0.6.6
07 Jun 08:17
Compare
Sorry, something went wrong.
No results found
0.6.6 (07.06.2019)
add 'exclude' function for dropping elements from data.frame/list in 'alter'
v0.6.5
09 Apr 20:18
Compare
Sorry, something went wrong.
No results found
0.6.5 (09.04.2019)
add 'alter' function for conditional lists/data.frames modification
v0.6.0
18 Mar 19:53
Compare
Sorry, something went wrong.
No results found
0.6.0 (18.03.2019)
add iterations over multiple lists: to_vec(for(i, j in numerate(letters)) if(i %% 2==0) paste(i, j))
add function 'lag_list': x -> list(x[i-1], x[i])
0.5.4 (06.03.2019)