- Documentation fixes (catch up with rlang fixes).
- Remove LazyData decl
- Switch to tinytest.
- Deal with add deprecation in dplyr.
- http: to https: where feasible.
- Fix datasets dependency again
- Fix datasets dependency
- Patches for dplyr 1.0.0
- Improve tests
- Badges
- Add grouped extend.
- Adjust license.
- work around tidyverse/dplyr#4062 .
- more select_nse() work.
- fix non-grouped xes of group_summarize().
- force parent.frame().
- stricter argument type checking.
- warnings on mutate(), summarize(), and transmute().
- fix some argument names.
- start on select_nse().
- Switch from parse_quosure() to parse_quo() ( #3 ).
- Some documentation fixes.
- more expression partition work
- special-case empty grouping and arranging.
- check more about arguments in arrange_se().
- add .by_group argument to arrange_se().
- dplyr::one_of() option.
- Documentation fixes.
- Fix NSE interface to gather()/spread().
- Remove use of isFALSE().
- Add gather_se() and spread_se().
- Adjust dependencies.
- complete_se() from Richard Layton graphdr.
- Move to wrapr 1.3.0.
- Lower dependencies.
- Remove factor_mutate vignette.
- Switch to qae() (need wrapr 1.2.0 or newer version).
- Undeprecate mutate_nse() et.al..
- Remove other deperecated functions.
- Avoid possible rlang/dplyr issue in rename vignette r-lib/rlang#411 .
- Move off rlang::funs().
- Fix misspelling of package import.
- Fix missed case in statement partitioner.
- Fix deprecations and visibility of stringAlgebra.
- Start to relax quoting conditions.
- Factor mutate helper.
- mutate_se now uses partition_mutate_se.
- partition on re-assignment (if_else_device does this, but includes a re-use so was okay).
- Documentation improvements.
- More argument checking.
- Move to wrapr 1.0.2 (pick up qae() and qe()).
- Deprecate _nse forms.
- mutate statement planner.
- per-row block if-else simulator
- work on lists.
- re-export more dplyr functions.
- mutate_nse in stages.
- rename_nse in stages.
- rename_se direct pass-through option.
- add wrapr dependency (for named map builder, and lambda abstraction).
- finish string algebra and add more *_nse() methods.
- Documentation fixes.
- add mutate_nse().
- add lambda operator.
- Implicit paste() in some cases.
- Replace rlang::parse_expr() with rlang::parse_quosure() to get explicit environment control.
- Add novelName().
- Move dplyr to imports.
- Fix some documentation.
- add add_in_group_indices().
- add many more adapter fns.
- add := operator.
- more vignettes.
- First CRAN submission.