- Work around r-lib/roxygen2#1491
- Remove LazyData decl.
- Move to tinytest.
- Deal with data.table change in date type treatment.
- More links to https.
- Documentation improvements.
- fix noSuggests CRAN issue.
- Move wrapr to Depends.
- Add rmarkdown suggests.
- Fix SQL path and improve queries tolerance to types.
- Allow more trivial cases in transform construction.
- Tolerate nonexistent column value.
- Decorate transform.
- Tune transform speed a bit (control column visibility and lifetime).
- Add data_algebra interop.
- Fix some newly dead links.
- Make rqdatatable a dependency.
- Start to schematize.
- Move to newer f_db signature.
- Adjust license.
- Switch to rqdatatable implementation.
- General transform specification.
- More care with factors.
- Update vignettes.
- More tests with factors and dates/times.
- "layout" commands.
- Deal better with duplicate entries in db-version of blocks to rows.
- Move to wrapr draw_framec().
- Fix typo in general transform example code.
- More column collision checks.
- Operator notation.
- Move to wrapr tests.
- Better error messages.
- Better handling of NA in row-dup check.
- More generality in control table keys.
- Move to RUnit.
- Less direct data.table.
- Unify S3 method signatures to allow generic programming over them.
- Generic record to record transform.
- Move more functions from DBI to rquery.
- More vignettes.
- Improve doc cross-linking.
- Switch to new f_df signature.
- Fix ragged gather bug.
- More argument checking.
- Change defaults.
- Some bug fixes.
- Clean up suggests.
- Neaten up uniqueness checking.
- rquery extension (moving methods to S3).
- Documentation fixes.
- Documentation fixes.
- switch local ops to data.table implementation.
- re-export more of wrapr
- move db fns to rquery.
- Documentation fixes.
- Don't export cols().
- Reduce wrapr re-export.
- More rows in qlook().
- Narrow dependencies.
- Switch to dbExecute() (sparklyr seems to have that now).
- Non-DB implementations for local data case.
- Remove deprecated fns.
- Add cols() method.
- Add doi link in DESCRIPTION (CRAN request).
- Use build_frame(), draw_frame(), and qchar_frame (quoted frame) from wrapr 1.3.0.
- Remove append based row binding (seems to have some issues on Spark).
- Deprecate old methods.
- New naming convention.
- Doc fixes.
- Better table lifetime controls.
- Move to wrapr 1.0.2.
- Move grepdf out of package.
- Add row binder.
- Add map_fields.
- Add winvector_temp_db_handle support.
- query-based re-implementation
- fluid data workflow.
- remove dplyr and tidyr dependence
- Better error msgs.
- work around empty keyset issues.
- add column control.
- Allow NA in key columns.
- Add optional class annotation when moving values to rows.
- ungroup before calculating distinct.
- First release.