R/globals.R

# 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
  )
)
m-clark/mixedup documentation built on Oct. 15, 2022, 8:55 a.m.