[R] R CMD check says no visible binding for global variable

Naresh Gurbuxani n@re@h_gurbux@n| @end|ng |rom hotm@||@com
Mon Jan 27 23:46:21 CET 2025


I have written a function which returns an SQL query result as a data.frame.  Each column of data.frame is a variable not explicitly defined.

For every column name, R CMD check says ‘no visible binding for global variable <name>. Status: 1 NOTE

Is it possible to tell R CMD check that these variables are OK?

Thanks,
Naresh

Sent from my iPhone


More information about the R-help mailing list