/usr/lib/R/site-library/RODBC/NAMESPACE is in r-cran-rodbc 1.3-10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | useDynLib(RODBC, .registration = TRUE, .fixes = "C_")
importFrom(stats, runif)
export(getSqlTypeInfo, odbcClearError, odbcClose, odbcCloseAll,
       odbcConnect, odbcDataSources, odbcDriverConnect, odbcEndTran,
       odbcFetchRows, odbcGetErrMsg, odbcGetInfo, odbcQuery,
       odbcReConnect, odbcSetAutoCommit, odbcTables, odbcUpdate,
       setSqlTypeInfo, sqlClear, sqlColumns, sqlCopy, sqlCopyTable,
       sqlDrop, sqlFetch, sqlFetchMore, sqlGetResults, sqlPrimaryKeys,
       sqlQuery, sqlSave, sqlTables, sqlTypeInfo, sqlUpdate)
S3method(close, RODBC)
S3method(print, RODBC)
S3method(format, "ODBC_binary")
S3method(print, "ODBC_binary")
if(tools:::.OStype() == "windows") {
export(odbcConnectAccess, odbcConnectAccess2007, odbcConnectDbase,
       odbcConnectExcel, odbcConnectExcel2007)
}
 |