r-dbi / odbc

Connect to ODBC databases (using the DBI interface)
https://odbc.r-dbi.org/
Other
392 stars 107 forks source link

address DB2-related NOTEs #844

Closed simonpcouch closed 2 months ago

simonpcouch commented 2 months ago

A roxygen2 version bump and some upkeep following up on #823 addressing a couple NOTEs:

❯ checking R code for possible problems ... NOTE
  odbcConnectionTables,DB2/AIX64-character : <anonymous>: no visible
    global function definition for ‘cli_warn’
  Undefined global functions or variables:
    cli_warn

❯ checking Rd \usage sections ... NOTE
  Documented arguments not in \usage in Rd file 'DBI-methods.Rd':
    ‘name’

  Functions with \usage entries need to have the appropriate \alias
  entries, and all their arguments documented.
  The \usage entries must correspond to syntactically valid R code.
  See chapter ‘Writing R documentation files’ in the ‘Writing R
  Extensions’ manual.