- Work on vignette render size.
- Adjust license.
- Try to fix vingette rendering issue.
- Try to fix vingette dependency issue.
- Activate diagrams in vignettes.
- Remove ggplot2 dependence to work around ggplot2 "VECTOR_ELT() can only be applied to a 'list', not a 'double'" breakage.
- Work around tidyverse/dplyr#4062 .
- Force parent.frame.
- Documentation fixes.
- Remove ::: usage.
- Remove diagram rendering in vingettes.
- Get rid of eval() calls.
- Try to avoid the API breakage dplyr 0.7.5 is sending out.
- Demote replyr to maintenance mode.
- Attempt work around dependency errors.
- Further reduce direct dependencies.
- Clean SQL up a bit.
- Fix new errors caught on CRAN.
- Stop re-exports.
- Move to wrapr 1.2.0
- Get rid of use of old underbar forms (futureproof code).
- Improve replyr_summary().
- Reduce dependencies.
- Minor documentation fixes.
- Don't try to make land eager.
- Move to wrapr 1.1.0
- Remove query bind rows.
- Re-base on cdata 0.5.0
- Fix some corner cases in replyr_summary() and replyr_nrow().
- Add compute option to replyr_summary().
- Strengthen dplyr_src_to_db_handle().
- Default Q() to not strict.
- Allow choice of compute function in executeLeftJoinPlan().
- Remove dup columns by name in moveValuesToColumnsQ().
- Remove deprecated older pivot/un-pivot code.
- More checks on pivot/un-pivot.
- Deprecate older pivot/un-pivot code.
- Switch to insert based bind_rows.
- Fix db quoting.
- Bulk SQL row/column ops.
- Bump up dependencies.
- Work around ncol() issue.
- Work around many nrow() issues.
- Temp name generator work in lower case.
- Fix column selector in replyr_summarize().
- Fix graph layout a bit.
- Fix column selector in replyr_summarize().
- Fix compatability with next version of DiagrammeR
- More forgiving mapping fn.
- Allow non-strict names in some cases.
- Start switch over to dot block pipe.
- fix spelling of tableDescription()
- add diagrams to join controller.
- prepare for sparklyr rbind().
- Introduce executeLeftJoinPlan join controller.
- Introduce replyr::replyr_apply_f_mapped.
- better detection of data service providers.
- Documentation corrections and improvements.
- Add optional class annotation when moving values to rows.
- Adapt to stricter wrapr signatures.
- prepare for dplyr 0.6.0/0.7.0
- much better tracking of temp-handle names.
- more tests/checks.
- use dplyr::ungroup a few places.
- add replyr::expandColumn.
- deal with logical and list columns in summary.
- Remove all use of dplyr underbar/underscore forms to future proof as these are already deprecated in dev ( https://github.com/hadley/dplyr/blob/master/R/manip.r 33d0b1ecaa22644e0d78345b13d5f8aca5d949b ).
- re-introduce moving values between rows and columns.
- Respond to "CRAN packages maintained by you" request (images in root dir).
- Fix unique_values can't use "n" issue.
- Fix sd on SQLite issue.
- Move "let()" to wrapr https://github.com/WinVector/wrapr .
- add replyr_coalesce.
- Add many work-arounds for different remote data stores.
- Make minimal Spark version: 2.0.0.
- replyr_bind_rows reorder and intersect column names.
- Add Debug* functions.
- Excise direct use of lazyeval.
- Drop gather/spread simulations.
- Change default gapply to split.
- Don't wrap let-return, instead eval it (removes need for one set of parenthesis).
- Fix column permutation bug in replyr_summary.
- Stop replyr_colClasses and replyr_testCols bringing over whole data.frame.
- Add cumulative sum based quantile, likely to be replaced by general index control.
- First CRAN submission.