# In R/utils.R or a similar file in your package
# declare these variables as global
# as they are column names in dataframes manipulated
# by dplyr
utils::globalVariables(c(
'x', 'y', 'grp_y', '.id', '.grp', 'grp_x',
'txt', 'lb', 'ub', 'est', 'data', 'pval', 'g2',
'g1', '.y'
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.