# so that check ignores
utils::globalVariables(
c(
'.chain',
'.draw',
'effect',
'effect_2',
'est.',
'group',
'group_var',
'intervals',
'is',
'lower',
'upper',
'n',
'var_prop',
'Estimate',
'sd',
'value',
'mcse',
'Est.Error',
'term',
'n_eff',
'DF',
'.',
'Rhat',
'se',
'se_fe',
'value_fe',
'std.dev',
'parameter',
'StdDev',
'Variance',
'variance',
'where' # b/c for some reason tidyselect/dplyr don't export it for years, but it's in a current pr https://github.com/r-lib/tidyselect/pull/274
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.