Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/summary-slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#' `slide_dbl(x, sum)`. This is extremely slow with large window sizes and
#' wastes a lot of effort recomputing nearly the same information on each
#' window. It can be made slightly faster by moving the sum to C to avoid
#' intermediate allocations, but it still fairly slow.
#' intermediate allocations, but it is still fairly slow.
#'
#' A second alternative is to use an _online_ algorithm, which uses information
#' from the previous window to compute the next window. These are extremely
Expand Down
2 changes: 1 addition & 1 deletion man/summary-slide.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading