I'm using qplot from ggplot2 package in knitr to make plots for LaTeX. The problem is that there's some sort of extra check triggered which spits out multiple "Note" messages like:
Note: no visible global function definition for ’initFields’
Corresponding notes for variables could be suppressed using solution from In R, is it possible to suppress "Note: no visible binding for global variable"? but it doesn't seem to work for functions.
Ideally I would like to turn off this check globally or at least redirect those 'note' messages to stderr.