You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for the jsplyr 0.2.0 release. This is a backward-compatible feature expansion following the planned 0.1.1 patch. Full details in spec.md.
Scope: new verbs, the .by argument, the full tidyselect helper set in select(), expanded expression functions, and new aggregations. Bug issues #15 and #17 are out of scope.
Overview
Tracking issue for the jsplyr 0.2.0 release. This is a backward-compatible feature expansion following the planned 0.1.1 patch. Full details in
spec.md.Scope: new verbs, the
.byargument, the fulltidyselecthelper set inselect(), expanded expression functions, and new aggregations. Bug issues #15 and #17 are out of scope.New verbs
transmute()verb #18transmute()rename_with()verb #19rename_with()slice_sample()verb #20slice_sample()add_count()andadd_tally()verbs #21add_count()/add_tally()reframe()verb #22reframe()Other release work (from
spec.md)tbl_lazy_json(unblocks tidyselect helpers and negation).byargument formutate(),summarise(),slice*(),reframe()select()tidyselect helpers:starts_with,ends_with,contains,matches,everything,last_col,where, negation (-col)%in%,coalesce,na_ifn_distinct,first,last,var,nthRelease checklist
devtools::document()regeneratesman/and NAMESPACEdevtools::test()passeslintr::lint_package()passesDESCRIPTIONVersion bumped to0.2.0NEWS.mdupdated with# jsplyr 0.2.0section (Verbs / Expressions / Selection / Aggregations)