#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @title eventful: A Package for Rolling-Window Single-Firm Event Studies
#' @importFrom magrittr %>%
#' @importFrom lubridate ymd
#' @importFrom dplyr select
#' @importFrom dplyr mutate
#' @importFrom dplyr filter
#' @importFrom dplyr rename
#' @importFrom dplyr if_else
#' @importFrom purrr map
#' @importFrom purrr map2
#' @importFrom tidyr unnest
#' @importFrom tidyr pivot_wider
#' @importFrom broom glance
#' @importFrom broom tidy
#' @importFrom stats update
#' @importFrom stats predict
#' @importFrom stats pt
## usethis namespace: end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.