This file is indexed.

/usr/lib/R/site-library/RcmdrMisc/NAMESPACE is in r-cran-rcmdrmisc 1.0-3-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
# last modified 2015-07-13 by J. Fox

importFrom(Hmisc, rcorr, print.rcorr)
importFrom(MASS, stepAIC)
importFrom(abind, abind)
importFrom(e1071, skewness, kurtosis)
importFrom(car, showLabels, hccm, linearHypothesis)
importFrom(sandwich, vcovHAC)
importFrom(colorspace, rainbow_hcl)
importFrom(readxl, read_excel, excel_sheets)
importFrom(graphics, abline, arrows, axis, barplot, box, hist, legend, lines, 
    matplot, mtext, par, plot, points, strheight, text)
importFrom(grDevices, n2mfrow, palette)
importFrom(stats, coef, complete.cases, cor, dist, formula, kmeans, 
    model.matrix, na.omit, p.adjust, pf, pt, qt, quantile, sd, update)

export(assignCluster, Barplot, bin.var, colPercents, Dotplot, excel_sheets, Hist, indexplot, KMeans, lineplot, mergeRows, 
    numSummary, partial.cor, plotDistr, plotMeans, rcorr.adjust, readXL, reliability, rowPercents, 
    stepwise, summarySandwich, totPercents)

S3method(mergeRows, data.frame)
S3method(print, numSummary)
S3method(print, partial.cor)
S3method(print, reliability)
S3method(print, rcorr.adjust)
S3method(summarySandwich, lm)