/usr/lib/R/site-library/RcmdrMisc/NAMESPACE is in r-cran-rcmdrmisc 1.0-7-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 29 30 31 32 33 34 35 36 37 | # last modified 2017-12-20 by J. Fox
importFrom(Hmisc, rcorr)
importFrom(MASS, stepAIC)
importFrom(abind, abind)
importFrom(e1071, skewness, kurtosis)
importFrom(car, showLabels, hccm, linearHypothesis, deltaMethod)
importFrom(sandwich, vcovHAC)
importFrom(colorspace, rainbow_hcl)
importFrom(readxl, read_excel, excel_sheets)
importFrom(haven, read_sas, read_spss)
importFrom(foreign, read.spss)
importFrom(graphics, abline, arrows, axis, barplot, box, hist, legend, lines,
matplot, mtext, par, plot, points, polygon, strheight, text, title)
importFrom(grDevices, n2mfrow, palette)
importFrom(stats, coef, complete.cases, cor, dist, formula, kmeans,
model.matrix, na.omit, shapiro.test, p.adjust, pf, pt, qt, quantile, runif, sd, update)
importFrom(nortest, ad.test, cvm.test, lillie.test, pearson.test, sf.test)
export(assignCluster, Barplot, bin.var, binnedCounts, binVariable,
colPercents, DeltaMethod, discretePlot,
Dotplot, excel_sheets, Hist, indexplot, KMeans, lineplot, mergeRows, normalityTest,
numSummary, partial.cor, plotBoot, plotDistr, plotMeans, rcorr.adjust,
readXL, readSAS, readSPSS, readStata, reliability, rowPercents,
stepwise, summarySandwich, totPercents,
dgumbel, pgumbel, qgumbel, rgumbel)
S3method(mergeRows, data.frame)
S3method(normalityTest, default)
S3method(normalityTest, formula)
S3method(print, DeltaMethod)
S3method(print, numSummary)
S3method(print, partial.cor)
S3method(print, reliability)
S3method(print, rcorr.adjust)
S3method(summarySandwich, lm)
S3method(plotBoot, boot)
|