#' @useDynLib msglm, .registration=TRUE
#' @importFrom dplyr %>% sym syms tibble as_tibble filter mutate mutate_at transmute select select_at
#' @importFrom dplyr summarise summarise_at rename rename_at arrange arrange_at group_by group_by_at
#' @importFrom dplyr row_number coalesce case_when if_else n n_distinct cume_dist
#' @importFrom tidyselect any_of
#' @importFrom tidyr replace_na
#' @importFrom stringr str_count str_detect str_subset str_match str_replace str_remove str_split_fixed
#' @importFrom rlang %||%
NULL
.onLoad <- function(lib, pkg)
{
}
.onAttach <- function(lib, pkg)
{
#packageStartupMessage("Linked to JAGS ",
# .Call("get_version", PACKAGE="rjags"))
}
.onUnload <- function(libpath)
{
#library.dynam.unload("rjags", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.