R/global_variables.R

# Names that should be suppressed from global variable check by codetools
# Names used broadly should be put here; Names used in specific files should
# be put at the top of the corresponding file.
#
# Author: mjskay
###############################################################################

# names used in dlpyr functions
globalVariables(c(".", ".data"))

Try the tidybayes package in your browser

Any scripts or data that you put into this service are public.

tidybayes documentation built on Aug. 13, 2023, 1:06 a.m.