/usr/lib/R/site-library/Hmisc/NAMESPACE is in r-cran-hmisc 3.14-5-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 22 23 24 25 26 27 28 | exportPattern("^([^.]|\\..+\\.)")
useDynLib(Hmisc)
import(methods)
import(stats)
import(survival)
import(Formula)
import(grid)
import(lattice)
#importFrom(acepack, ace, avas)
importFrom(latticeExtra, useOuterStrips, resizePanels)
importFrom(cluster, clara)
importFrom(foreign, read.dta, lookup.xport, read.spss, read.xport)
importFrom(nnet, multinom)
importFrom(rpart, rpart, rpart.control)
# importFrom(tables, tabular, table_options)
S3method(print, spower)
S3method(print, Quantile2)
S3method(plot, Quantile2)
S3method(plot, summaryP)
S3method(plot, summaryS)
S3method(label, default)
S3method(label, data.frame)
S3method(label, Surv)
S3method(units, default)
S3method(units, Surv)
|