diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index 0e3484c98..e9cf2f419 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -59,7 +59,7 @@
YEAR: 2020 +YEAR: 2023 COPYRIGHT HOLDER: dtplyr authorsdiff --git a/dev/LICENSE.html b/dev/LICENSE.html index 7927fb170..0f8626d89 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -61,7 +61,7 @@Releases
-+#> 1 filter 1.01ms 1.05ms 944. 4.97KB 27.5 +#> 2 mutate 1.27ms 1.32ms 750. 19.26KB 26.3 +#> 3 summarise 2.28ms 2.38ms 419. 29.89KB 24.8Copyright (c) 2020 dtplyr authors
+Copyright (c) 2023 dtplyr authors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/dev/apple-touch-icon-120x120.png b/dev/apple-touch-icon-120x120.png index c3e8f16d7..85e6b8695 100644 Binary files a/dev/apple-touch-icon-120x120.png and b/dev/apple-touch-icon-120x120.png differ diff --git a/dev/apple-touch-icon-152x152.png b/dev/apple-touch-icon-152x152.png index 99a305858..29d68d6c9 100644 Binary files a/dev/apple-touch-icon-152x152.png and b/dev/apple-touch-icon-152x152.png differ diff --git a/dev/apple-touch-icon-180x180.png b/dev/apple-touch-icon-180x180.png index ac39082c6..1ec35f23b 100644 Binary files a/dev/apple-touch-icon-180x180.png and b/dev/apple-touch-icon-180x180.png differ diff --git a/dev/apple-touch-icon-60x60.png b/dev/apple-touch-icon-60x60.png index ff5a77f2b..d733153ec 100644 Binary files a/dev/apple-touch-icon-60x60.png and b/dev/apple-touch-icon-60x60.png differ diff --git a/dev/apple-touch-icon-76x76.png b/dev/apple-touch-icon-76x76.png index 9615e13f5..bfa5df422 100644 Binary files a/dev/apple-touch-icon-76x76.png and b/dev/apple-touch-icon-76x76.png differ diff --git a/dev/apple-touch-icon.png b/dev/apple-touch-icon.png index 6e29e456e..57718d62e 100644 Binary files a/dev/apple-touch-icon.png and b/dev/apple-touch-icon.png differ diff --git a/dev/articles/translation.html b/dev/articles/translation.html index f5cbc242a..728d63717 100644 --- a/dev/articles/translation.html +++ b/dev/articles/translation.html @@ -423,9 +423,9 @@Performance#> # A tibble: 3 × 6 #> expression min median `itr/sec` mem_alloc `gc/sec` #> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl> -#> 1 filter 1.66ms 1.78ms 560. 4.94KB 16.1 -#> 2 mutate 2.04ms 2.2ms 456. 18.52KB 15.3 -#> 3 summarise 3.85ms 4.01ms 249. 29.01KB 13.2
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/authors.html b/dev/authors.html index 03952fd26..9829ef187 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -89,13 +89,14 @@
Wickham H, Girlich M, Fairbanks M, Dickerson R (2023). dtplyr: Data Table Back-End for 'dplyr'. -https://dtplyr.tidyverse.org, https://github.com/tidyverse/dtplyr. +R package version 1.3.1.9000, https://github.com/tidyverse/dtplyr, https://dtplyr.tidyverse.org.
@Manual{, title = {dtplyr: Data Table Back-End for 'dplyr'}, author = {Hadley Wickham and Maximilian Girlich and Mark Fairbanks and Ryan Dickerson}, year = {2023}, - note = {https://dtplyr.tidyverse.org, https://github.com/tidyverse/dtplyr}, + note = {R package version 1.3.1.9000, https://github.com/tidyverse/dtplyr}, + url = {https://dtplyr.tidyverse.org}, }