diffdf icon indicating copy to clipboard operation
diffdf copied to clipboard

Clean up R CMD check NOTES

Open gowerc opened this issue 6 months ago • 0 comments

* checking R code for possible problems ... NOTE
as_fmt_char.list : <anonymous>: no visible global function definition
  for ‘capture.output’
Undefined global functions or variables:
  capture.output
Consider adding
  importFrom("utils", "capture.output")
  
  * checking Rd \usage sections ... NOTE
Documented arguments not in \usage in Rd file 'identify_column_order_differences.Rd':
  ‘COMP’

gowerc avatar Jul 26 '24 15:07 gowerc