## -----------------------------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## -----------------------------------------------------------------------------
#' @seealso [prod()] for products, [cumsum()] for cumulative sums, and
#'   [colSums()]/[rowSums()] marginal sums over high-dimensional arrays.

## -----------------------------------------------------------------------------
# list(
#   rd_family_title = list(aggregations = "Aggregation functions")
# )

## -----------------------------------------------------------------------------
#' @backref src/file.cpp
#' @backref src/file.h

