/usr/lib/R/site-library/htmlTable/NAMESPACE is in r-cran-htmltable 1.7-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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # Generated by roxygen2: do not edit by hand
S3method(htmlTable,data.frame)
S3method(htmlTable,default)
S3method(htmlTable,matrix)
S3method(interactiveTable,default)
S3method(knit_print,htmlTable)
S3method(knit_print,interactiveTable)
S3method(print,htmlTable)
S3method(print,interactiveTable)
S3method(txtRound,data.frame)
S3method(txtRound,default)
S3method(txtRound,matrix)
export(htmlTable)
export(interactiveTable)
export(outputInt)
export(pvalueFormatter)
export(splitLines4Table)
export(tblNoLast)
export(tblNoNext)
export(txtInt)
export(txtMergeLines)
export(txtPval)
export(txtRound)
import(magrittr)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(methods,setClass)
importFrom(stats,na.omit)
importFrom(stringr,str_replace)
importFrom(stringr,str_trim)
importFrom(utils,as.roman)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,tail)
|