R/cubble-package.R

#' @import rlang vctrs
#' @importFrom stats setNames
#' @importFrom dplyr filter group_by ungroup summarise mutate select left_join
#' inner_join arrange
#' @importFrom dplyr rowwise bind_rows distinct rename group_vars grouped_df
#'  group_data
#' @importFrom tibble as_tibble new_tibble
#' @importFrom tidyr nest unnest
#' @importFrom rlang .data quo_is_missing sym as_name
#' @importFrom cli cli_abort cli_inform
#' @importFrom tsibble index as_tsibble
#' @aliases cubble-package
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the cubble package in your browser

Any scripts or data that you put into this service are public.

cubble documentation built on July 9, 2023, 6:19 p.m.