/usr/lib/R/site-library/readxl/NAMESPACE is in r-cran-readxl 1.0.0-2.
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 | # Generated by roxygen2: do not edit by hand
export(anchored)
export(cell_cols)
export(cell_limits)
export(cell_rows)
export(excel_sheets)
export(read_excel)
export(read_xls)
export(read_xlsx)
export(readxl_example)
importFrom(Rcpp,sourceCpp)
importFrom(cellranger,anchored)
importFrom(cellranger,cell_cols)
importFrom(cellranger,cell_limits)
importFrom(cellranger,cell_rows)
useDynLib(readxl, .registration = TRUE)
|