diff --git a/dev/articles/translation.html b/dev/articles/translation.html index 57a0a11c..93c68203 100644 --- a/dev/articles/translation.html +++ b/dev/articles/translation.html @@ -423,9 +423,9 @@
These translations all take less than a millisecond, suggesting that the performance overhead of dtplyr should be negligible for realistic data sizes. Note that dtplyr run-time scales with the complexity of the diff --git a/dev/news/index.html b/dev/news/index.html index f869c036..848c58bf 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -75,6 +75,7 @@
.by
no longer alters grouping in prior steps (#439)
Arguments to $
and [[
calls are no longer prepended with ..
(#434)
Grouping now works with non-standard column names (#451)
print.dtplyr_step()
gains n
, max_extra_cols
, and max_footer_lines
args (#464)