R/R-cmd-check.R

# fix the note:
# hist_bins: no visible global function definition for 'between'
# hist_bins: no visible binding for global variable 'value'
# hist_bins: no visible binding for global variable 'start'
# hist_bins: no visible binding for global variable 'end'
utils::globalVariables(c("between", "value", "start", "end"))

# fix the note:
# stat_test : stat_ingroup: no visible global function definition for 'closest'
# stat_test : stat_ingroup: no visible binding for global variable 'p'
# stat_test : stat_ingroup: no visible binding for global variable 'plim'
utils::globalVariables(c("closest", "p", "plim"))

Try the baizer package in your browser

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

baizer documentation built on Oct. 19, 2023, 9:07 a.m.