#' STANUTILS
#'
#' An experimental R package that contains some helper-functions for using stan.
#'
#' @docType package
#' @name stanutils
#'
#' @importFrom dplyr bind_cols bind_rows coalesce distinct group_by inner_join
#' matches mutate mutate_all mutate_at n rename select semi_join summarise_at
#' ungroup vars
#' @importFrom magrittr %>% add set_colnames
#' @importFrom purrr compose cross_df is_empty imap map map_chr partial reduce
#' set_names
#' @importFrom tibble add_column as_tibble tibble
#' @importFrom tidyr gather separate unnest
#' @importFrom rlang := .data as_list as_name enquos sym
#' @importFrom rstan get_divergent_iterations get_max_treedepth_iterations
#' extract summary
#' @importFrom stringr str_c str_count str_extract str_remove str_split_fixed
#' str_sub str_subset
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.