/usr/lib/R/site-library/Hmisc/NAMESPACE is in r-cran-hmisc 3.14-0-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 | exportPattern("^([^.]|\\..+\\.)")
useDynLib(Hmisc)
import(methods)
import(stats)
import(survival)
import(Formula)
import(grid)
import(lattice)
importFrom(latticeExtra, useOuterStrips, resizePanels)
importFrom(cluster, clara)
S3method(print, spower)
S3method(print, Quantile2)
S3method(plot, Quantile2)
S3method(plot, summaryP)
S3method(plot, summaryS)
S3method(label, Surv)
S3method(units, Surv)
|